Update alpine -> 3.18.3 et retirer apk upgrade

This commit is contained in:
Victor Lacasse-Beaudoin 2023-08-15 16:31:13 -04:00
parent 395900ef02
commit e5e1dc68cb

View file

@ -24,9 +24,7 @@ RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o agecem-org .
# Alpine
FROM alpine:3.17.2
RUN apk update && apk upgrade --no-cache
FROM alpine:3.18.3
WORKDIR /app