Skip to content

Commit

Permalink
chore(container): update alpine docker digest to 56fa17d
Browse files Browse the repository at this point in the history
  • Loading branch information
truecharts-admin committed Jan 10, 2025
1 parent 4dae4bb commit 4892369
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:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS runner

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

0 comments on commit 4892369

Please sign in to comment.