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 1b88d11a56 - Show all commits

View file

@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o app .
FROM alpine:3.17.1
RUN apk update && apk add file --no-cache && apk upgrade --no-cache
RUN apk update && apk upgrade --no-cache
WORKDIR /app