We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba5689 commit 01d1cfaCopy full SHA for 01d1cfa
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.access.redhat.com/ubi9/go-toolset:latest@sha256:4f8854d73d754d4ddba3a74af9556fa12fe16c0e66d2162558bfc2bc7d465c93 as builder
+FROM registry.access.redhat.com/ubi9/go-toolset:latest@sha256:7f4d4708bb41f24b2589a76aea8d2b359c9079b4c18c8fb026d036a231c2b8be as builder
2
3
WORKDIR /go/src/app
4
@@ -19,7 +19,7 @@ RUN go get -d ./... && \
19
20
RUN cp /go/src/app/insights-ingress-go /usr/bin/
21
22
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1771346502
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694
23
24
WORKDIR /
25
0 commit comments