Skip to content

Commit

Permalink
pin distroless/static:nonroot, and bump golang to 1.19.9
Browse files Browse the repository at this point in the history
Pin distroless/stiac:nonroot to a sha digest.
Bump golang to 1.19.9.
  • Loading branch information
tuminoid authored and metal3-cherrypick-bot committed May 10, 2023
1 parent c79cf39 commit 28f42f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

# Support FROM override
ARG BUILD_IMAGE=docker.io/golang:1.19.6@sha256:7ce31d15a3a4dbf20446cccffa4020d3a2974ad2287d96123f55caf22c7adb71
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot
ARG BUILD_IMAGE=docker.io/golang:1.19.9@sha256:86af5649fa1d9265d3fe7caf633231340b93e4164b96e14bc4e1131a191c1ddd
ARG BASE_IMAGE=gcr.io/distroless/static@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f # nonroot

# Build the manager binary on golang image
FROM $BUILD_IMAGE as builder
Expand Down

0 comments on commit 28f42f2

Please sign in to comment.