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:
Victor Lacasse-Beaudoin 2024-08-21 12:26:21 -04:00
commit ce15b8edc5

View file

@ -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