Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 20, 2024
1 parent 7215512 commit 7c0ad79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7c0ad79

Please sign in to comment.