diff --git a/Dockerfile b/Dockerfile index ad964b3..1da8aad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/root/.cache \ && go build -ldflags='-w -s' -trimpath -FROM alpine:3.19 +FROM alpine:3.20 WORKDIR /app RUN apk add --no-cache tzdata diff --git a/Dockerfile.goreleaser b/Dockerfile.goreleaser index 9628598..a4a1a9e 100644 --- a/Dockerfile.goreleaser +++ b/Dockerfile.goreleaser @@ -1,4 +1,4 @@ -FROM alpine:3.19 +FROM alpine:3.20 WORKDIR /app RUN apk add --no-cache tzdata