Mettre à jour alpine vers 3.17.2

This commit is contained in:
Victor Lacasse-Beaudoin 2023-03-22 16:17:41 -04:00
parent 514c8d56de
commit e69da6bb7c

View file

@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o agecem-org .
# Alpine # Alpine
FROM alpine:3.17.1 FROM alpine:3.17.2
RUN apk update && apk upgrade --no-cache RUN apk update && apk upgrade --no-cache