From a00589fe46ab9d93cbbf0c3d4e56c7e0a6fdfa3e Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Tue, 3 Sep 2024 08:54:02 -0400 Subject: [PATCH] chores(Dockerfile): bump alpine -> 3.20.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d556042..96db22d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 go build -a -o agecem-org -ldflags="-X 'git.agecem.com/agecem/ # Alpine -FROM alpine:3.20.1 AS run +FROM alpine:3.20.2 AS run COPY --from=build /go/src/app/agecem-org /usr/bin/agecem-org