Skip to content

Commit

Permalink
chore(container): update alpine docker digest to 21dc606
Browse files Browse the repository at this point in the history
  • Loading branch information
truecharts-admin committed Dec 30, 2024
1 parent 29122ab commit fb0f9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/apps/kube-sa-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY ./containers/apps/kube-sa-proxy/internal/utils ./internal/utils
RUN go build -ldflags "-w -s" -o /output/my-proxy-service .

# Stage 2 - Create the final image
FROM alpine@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d AS runner
FROM alpine@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 AS runner

# Install necessary runtime dependencies
RUN apk --no-cache add ca-certificates
Expand Down

0 comments on commit fb0f9b2

Please sign in to comment.