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 4466a78 commit 13b0cc5Copy full SHA for 13b0cc5
Dockerfile.rh
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM registry.redhat.io/ubi9/go-toolset:1.24@sha256:6fd64cd7f38a9b87440f963b6c04953d04de65c35b9672dbd7f1805b0ae20d09 AS builder
+FROM registry.redhat.io/ubi9/go-toolset:1.24@sha256:bacdac6f6205a52ce6cf5d7b884fbedafa4ba341ab377f5c2c62015022fdf8c7 AS builder
3
4
WORKDIR /app
5
@@ -8,7 +8,7 @@ COPY . .
8
RUN go build -buildvcs=false -o rhtas_console ./cmd/rhtas_console
9
10
# Final stage
11
-FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:67fee1a132e8e326434214b3c7ce90b2500b2ad02c9790cc61581feb58d281d5
+FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8
12
13
# Set a writable working directory
14
WORKDIR /tmp
0 commit comments