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.