Skip to content

Commit 144cf36

Browse files
chore(deps): pin dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 529c038 commit 144cf36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Dockerfile.rhtap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright Contributors to the Open Cluster Management project
22

33
# Stage 1: Use image builder to build the target binaries
4-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 AS builder
4+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23@sha256:96cfceb50f5323efa1aa8569d4420cdbf1bb391225d5171ef72a0d0ecf028467 AS builder
55

66
ENV COMPONENT=config-policy-controller
77
ENV REPO_PATH=/go/src/github.com/stolostron/${COMPONENT}
@@ -10,7 +10,7 @@ COPY . .
1010
RUN make build
1111

1212
# Stage 2: Copy the binaries from the image builder to the base image
13-
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
13+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8
1414

1515
ENV COMPONENT=config-policy-controller
1616
ENV REPO_PATH=/go/src/github.com/stolostron/${COMPONENT}

0 commit comments

Comments
 (0)