chore(deps): update alpine docker tag to v3.21
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
26fd260bb1
commit
fad8b9c340
12 changed files with 12 additions and 12 deletions
|
|
@ -13,7 +13,7 @@ RUN go get -d -v ./generator && \
|
|||
go build -v -buildvcs=false -o generator/generator ./generator
|
||||
|
||||
|
||||
FROM alpine:3.20
|
||||
FROM alpine:3.21
|
||||
|
||||
WORKDIR /srv
|
||||
|
||||
|
|
|
|||
Reference in a new issue