diff --git a/Dockerfile b/Dockerfile index ea4dd5a5..e645bf9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \ cd app && go build -o /build/tg-spam -ldflags "-X main.revision=${version} -s -w" -FROM alpine:3.23 +FROM alpine:3.24 # enables automatic changelog generation by tools like Dependabot LABEL org.opencontainers.image.source="https://github.com/redstone-md/shield" \ org.opencontainers.image.licenses="MIT"