From bfbe342c8cdaa9daee2b884c8d78934800ace96e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 16:55:01 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.19.1 --- Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index 7ab27b3..1d2113b 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.18.3 +FROM alpine:3.19.1 RUN apk add --no-cache ca-certificates # Copy the binary to the production image from the builder stage.