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
|
|
@ -25,7 +25,7 @@ RUN go get -d -v ./qa && \
|
|||
go build -v -buildvcs=false -o qa/qa ./qa
|
||||
|
||||
|
||||
FROM alpine:3.20
|
||||
FROM alpine:3.21
|
||||
|
||||
EXPOSE 8083
|
||||
|
||||
|
|
|
|||
Reference in a new issue