There was an error while loading. Please reload this page.
2 parents 03666ce + 8b295a3 commit 45e50efCopy full SHA for 45e50ef
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ COPY controllers/ controllers/
19
# Build
20
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
21
22
-FROM registry.access.redhat.com/ubi8/ubi-micro:latest@sha256:443db9a646aaf9374f95d266ba0c8656a52d70d0ffcc386a782cea28fa32e55d
+FROM registry.access.redhat.com/ubi8/ubi-micro:latest@sha256:084c06bf84ceb8ed8f868bd27e7fc6b2c83ae4e16f8e1f979dd7317961c7dd8a
23
WORKDIR /
24
COPY --from=builder /workspace/manager .
25
0 commit comments