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