chore(deps): update alpine docker tag to v3.18
This commit is contained in:
parent
2d6fd8eb45
commit
e472b482d6
9 changed files with 9 additions and 9 deletions
|
|
@ -13,7 +13,7 @@ RUN go get -d -v ./remote/scores-sync-zqds && \
|
|||
go build -v -buildvcs=false -o ./scores-sync-zqds ./remote/scores-sync-zqds
|
||||
|
||||
|
||||
FROM alpine:3.17
|
||||
FROM alpine:3.18
|
||||
|
||||
RUN apk add --no-cache openssl ca-certificates
|
||||
|
||||
|
|
|
|||
Reference in a new issue