Merge pull request 'Update alpine -> 3.18.3 et retirer apk upgrade' (#101) from update/alpine into main
Reviewed-on: #101
This commit is contained in:
commit
2b0ac054c9
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue