chore(deps): update alpine docker tag to v3.24
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2026-06-09 21:10:50 +00:00
commit dd7730e1ad
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
go build -tags netgo,swagger,web -ldflags "-w -X main.Version=${VERSION}" ./cmd/happyDomain/
FROM alpine:3.23
FROM alpine:3.24
ARG VERSION=dev

View file

@ -1,4 +1,4 @@
FROM alpine:3.23
FROM alpine:3.24
ARG VERSION=dev