We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607ad9e commit 3ecdc4cCopy full SHA for 3ecdc4c
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 as builder
+FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16 as builder
3
4
WORKDIR /workspace
5
# Copy the Go Modules manifests
@@ -15,7 +15,7 @@ COPY pkg/ pkg/
15
USER root
16
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
17
18
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
19
WORKDIR /
20
COPY --from=builder /workspace/manager .
21
0 commit comments