Skip to content

Commit e4f083f

Browse files
NO-ISSUE: Pin dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 5b9024f commit e4f083f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.rhtap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Build the manager binary
2-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25 as builder
2+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25@sha256:977bd041377a1367c8b102a460ae8e63f89905f7cf9d8235484ae658c9b47646 as builder
33

44
WORKDIR /workspace
55
COPY . .
66
# Build
77
RUN CGO_ENABLED=1 go build -a -o manager main.go
88

9-
FROM registry.redhat.io/rhel9-2-els/rhel:9.2
9+
FROM registry.redhat.io/rhel9-2-els/rhel:9.2@sha256:5de19d5ffc75666aecc3b32851507add72b7e259d16a62086dd4fff1e3c537c6
1010

1111
ARG version=2.9
1212

0 commit comments

Comments
 (0)