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 381e316 commit 33a1941Copy full SHA for 33a1941
Dockerfile.konflux
@@ -16,7 +16,7 @@ COPY . ./
16
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o /go/bin/server ./proxy/
17
18
#ubi-micro
19
-FROM registry.access.redhat.com/ubi8/ubi-micro@sha256:9ad92923c8d98240cf8df732b3e7a2f322df6e4e501b551deca2231b2679919e as runtime
+FROM registry.access.redhat.com/ubi8/ubi-micro@sha256:0b348ff16700e13fef3753b7124c0ed618af9accc360ded37afb53ef490c155f as runtime
20
21
ARG USER=2000
22
0 commit comments