Browse Source

Merge pull request #3922 from dexidp/dependabot/docker/distroless/static-debian12-6ec5aa9

build(deps): bump distroless/static-debian12 from `6cd937e` to `6ec5aa9`
pull/3927/head
Márk Sági-Kazár 1 year ago committed by GitHub
parent
commit
c6cc4d0ad2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile

2
Dockerfile

@ -55,7 +55,7 @@ RUN wget -O /usr/local/bin/gomplate \
# For Dependabot to detect base image versions
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS alpine
FROM gcr.io/distroless/static-debian12:nonroot@sha256:6cd937e9155bdfd805d1b94e037f9d6a899603306030936a3b11680af0c2ed58 AS distroless
FROM gcr.io/distroless/static-debian12:nonroot@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02 AS distroless
FROM $BASE_IMAGE

Loading…
Cancel
Save