diff --git a/Dockerfile b/Dockerfile index 8396513..8e580de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /bin/lcp ./cmd/lcp.go FROM alpine:3.20.2 -RUN apk update && apk add --no-cache ca-certificates=20240705-r0 tzdata=2024a-r1 +RUN apk update && apk add --no-cache ca-certificates=20240705-r0 tzdata=2024b-r0 WORKDIR /src COPY --from=build /bin/lcp /bin/lcp