Skip to content

Commit 9dc3cee

Browse files
Merge pull request #1192 from adambkaplan/reproducible-builds
NO-JIRA: Update Dockerfile with Immutable Tags
2 parents 8997d74 + a1e6796 commit 9dc3cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi8/go-toolset:1.21 AS builder
1+
FROM registry.redhat.io/ubi8/go-toolset:1.21.13-1.1727869850 AS builder
22

33
ENV S2I_GIT_VERSION="1.4.1" \
44
S2I_GIT_MAJOR="1" \
@@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o /tm
1212
# Runner Image
1313
#
1414

15-
FROM registry.redhat.io/ubi8/ubi-minimal:8.10
15+
FROM registry.redhat.io/ubi8/ubi-minimal:8.10-1130
1616

1717
COPY --from=builder /tmp/s2i /usr/local/bin/s2i
1818

0 commit comments

Comments
 (0)