chore(deps): update alpine docker tag to v3.24
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8acfc58871
commit
dd7730e1ad
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.23
|
||||
FROM alpine:3.24
|
||||
|
||||
ARG VERSION=dev
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue