chores: bump alpine -> 3.20.1

This commit is contained in:
Victor Lacasse-Beaudoin 2024-08-21 12:24:31 -04:00
parent 5f6dabccef
commit 1b9f7b5ea8

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