We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8997d74 + a1e6796 commit 9dc3ceeCopy full SHA for 9dc3cee
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.redhat.io/ubi8/go-toolset:1.21 AS builder
+FROM registry.redhat.io/ubi8/go-toolset:1.21.13-1.1727869850 AS builder
2
3
ENV S2I_GIT_VERSION="1.4.1" \
4
S2I_GIT_MAJOR="1" \
@@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o /tm
12
# Runner Image
13
#
14
15
-FROM registry.redhat.io/ubi8/ubi-minimal:8.10
+FROM registry.redhat.io/ubi8/ubi-minimal:8.10-1130
16
17
COPY --from=builder /tmp/s2i /usr/local/bin/s2i
18
0 commit comments