Skip to content

Commit

Permalink
bump busybox version
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbarnett committed Dec 19, 2024
1 parent f62ae72 commit 9147700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 go build \
FROM gcr.io/distroless/static-debian11:debug@sha256:a0a404776dec98be120089ae42bbdfbe48c177921d856937d124d48eb8c0b951 AS certs

# Stage32: Create the distroless image
FROM busybox:1.36.1-uclibc
FROM busybox:1.37.0-uclibc

# Ensure we have certs for HTTPS requests
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
Expand Down

0 comments on commit 9147700

Please sign in to comment.