mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
Update distroless base image to debian13 (#4453)
Signed-off-by: Appu Goundan <appu@google.com>
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ RUN wget -O /usr/local/bin/gomplate \
|
||||
|
||||
# For Dependabot to detect base image versions
|
||||
FROM alpine:3.23.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS alpine
|
||||
FROM gcr.io/distroless/static-debian12:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4 AS distroless
|
||||
FROM gcr.io/distroless/static-debian13:nonroot@sha256:b5b9fd04c8dcf72a173183c0b7dee47e053e002246b308a59f3441db7b8b9cc4 AS distroless
|
||||
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user