Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/static docker digest to b033683
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2024
1 parent 8dda212 commit ccab681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY cmd /go/src/dnslb/cmd
COPY pkg /go/src/dnslb/pkg
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s -extldflags '-static'" -o /go/bin/dnslb ./cmd/dnslb

FROM gcr.io/distroless/static@sha256:95eb83a44a62c1c27e5f0b38d26085c486d71ece83dd64540b7209536bb13f6d
FROM gcr.io/distroless/static@sha256:b033683de7de51d8cce5aa4b47c1b9906786f6256017ca8b17b2551947fcf6d8

COPY --from=builder /go/bin/dnslb /dnslb
ENTRYPOINT ["/dnslb"]

0 comments on commit ccab681

Please sign in to comment.