Skip to content

Commit 1d55ee9

Browse files
authored
Merge pull request #49 from tillkuhn/dependabot/docker/distroless/static-6ec5aa9
Bump distroless/static from `6cd937e` to `6ec5aa9`
2 parents 1c80d63 + 862764a commit 1d55ee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax = docker/dockerfile:1.2
22

33
# single stage version of Dockerfile, expects binaries to be built outside docker build
4-
FROM gcr.io/distroless/static:nonroot@sha256:6cd937e9155bdfd805d1b94e037f9d6a899603306030936a3b11680af0c2ed58 AS prd
4+
FROM gcr.io/distroless/static:nonroot@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02 AS prd
55
ARG PLATFORM="linux/amd64"
66
COPY /app/${PLATFORM}/rubin /rubin
77
COPY /app/${PLATFORM}/polly /polly

Dockerfile.multi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN --mount=target=. \
4040
-o /app/ ./...
4141

4242
# Import the binary from build stage
43-
FROM gcr.io/distroless/static:nonroot@sha256:6cd937e9155bdfd805d1b94e037f9d6a899603306030936a3b11680af0c2ed58 AS prd
43+
FROM gcr.io/distroless/static:nonroot@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02 AS prd
4444
COPY --from=build /app/rubin /rubin
4545
COPY --from=build /app/polly /polly
4646
# this is the numeric version of user nonroot:nonroot to check runAsNonRoot in kubernetes

0 commit comments

Comments
 (0)