Update alpine -> 3.18.3 et retirer apk upgrade #101

Merged
vlbeaudoin merged 2 commits from update/alpine into main 2023-08-15 16:34:32 -04:00
Showing only changes of commit e5e1dc68cb - Show all commits

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