Mettre à jour Dockerfile #26
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue