Skip to content

Commit

Permalink
Merge pull request #3374 from dexidp/dependabot/docker/distroless/sta…
Browse files Browse the repository at this point in the history
…tic-072d78b

build(deps): bump distroless/static from `a43abc8` to `072d78b`
  • Loading branch information
sagikazarmark authored Feb 27, 2024
2 parents dde1cac + d37877d commit 9bbb6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN wget -O /usr/local/bin/gomplate \

# For Dependabot to detect base image versions
FROM alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b AS alpine
FROM gcr.io/distroless/static:latest@sha256:a43abc840a7168c833a8b3e4eae0f715f7532111c9227ba17f49586a63a73848 AS distroless
FROM gcr.io/distroless/static:latest@sha256:072d78bc452a2998929a9579464e55067db4bf6d2c5f9cde582e33c10a415bd1 AS distroless

FROM $BASE_IMAGE

Expand Down

0 comments on commit 9bbb6ff

Please sign in to comment.