Merge pull request 'chores: bump alpine -> 3.20.1' (#196) from vlbeaudoin/chores/bump-alpine into main
Reviewed-on: https://git.agecem.com///agecem/agecem-org/pulls/196
This commit is contained in:
commit
ce15b8edc5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 go build -a -o agecem-org -ldflags="-X 'git.agecem.com/agecem/
|
|||
|
||||
# Alpine
|
||||
|
||||
FROM alpine:3.18.4 AS run
|
||||
FROM alpine:3.20.1 AS run
|
||||
|
||||
COPY --from=build /go/src/app/agecem-org /usr/bin/agecem-org
|
||||
|
||||
|
|
Loading…
Reference in a new issue