Bump up the distroless image to the latest version (#5500)
Bump up the distroless image to the latest version Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>pull/5518/head
parent
904cdab920
commit
55cf05f369
|
@ -50,7 +50,7 @@ RUN mkdir -p /output/usr/bin && \
|
|||
go build -o /output/${BIN} \
|
||||
-ldflags "${LDFLAGS}" ${PKG}/cmd/${BIN}
|
||||
|
||||
FROM gcr.io/distroless/base-debian11@sha256:49d2923f35d66b8402487a7c01bc62a66d8279cd42e89c11b64cdce8d5826c03
|
||||
FROM gcr.io/distroless/base-debian11@sha256:99133cb0878bb1f84d1753957c6fd4b84f006f2798535de22ebf7ba170bbf434
|
||||
|
||||
LABEL maintainer="Nolan Brubaker <brubakern@vmware.com>"
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Bump up the distroless image to the latest version
|
Loading…
Reference in New Issue