diff --git a/Dockerfile b/Dockerfile index 34da358..77b9746 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.cache \ go build -ldflags="-w -s" -trimpath -FROM alpine:3.20 +FROM alpine:3.20.2 WORKDIR /app RUN apk add --no-cache tzdata diff --git a/goreleaser.Dockerfile b/goreleaser.Dockerfile index f7425f0..c8320b5 100644 --- a/goreleaser.Dockerfile +++ b/goreleaser.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.20.2 WORKDIR /app RUN apk add --no-cache tzdata