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