From b8cd8f29259f5e17c8a9e3e5ab321364f30b09b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 20:50:46 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20.2 --- Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index 1bca6593..1d829451 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -26,7 +26,7 @@ RUN export LDFLAG_LOCATION="go.infratographer.com/x/versionx" && \ # Use the official Alpine image for a lean production container. # https://hub.docker.com/_/alpine # https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds -FROM alpine:3.20.1 +FROM alpine:3.20.2 RUN apk add --no-cache ca-certificates # Copy the binary to the production image from the builder stage.