chore(deps): update alpine docker tag to v3.21
This commit is contained in:
parent
0730a22daa
commit
db1e2603fc
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