Mettre à jour Dockerfile #26

Merged
vlbeaudoin merged 4 commits from feature/update-dockerfile into main 2023-03-22 16:20:04 -04:00
Showing only changes of commit e69da6bb7c - Show all commits

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