diff --git a/github-tests/Dockerfile/feature-docker-from-docker/Dockerfile b/github-tests/Dockerfile/feature-docker-from-docker/Dockerfile index 6f5da00..2660174 100644 --- a/github-tests/Dockerfile/feature-docker-from-docker/Dockerfile +++ b/github-tests/Dockerfile/feature-docker-from-docker/Dockerfile @@ -18,7 +18,7 @@ COPY ./ . RUN go build -o foo ./ # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM gcr.io/distroless/static:nonroot@sha256:963fa6c544fe5ce420f1f54fb88b6fb01479f054c8056d0f74cc2c6000df5240 +FROM gcr.io/distroless/static:nonroot@sha256:d29e660cc75a5b6b1334e03c5c81ccf9bc0884a002c6000dbf0fb96034814478 WORKDIR / COPY --from=builder /workspace/foo . USER nonroot:nonroot