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 1bf0ce0 commit f77b765Copy full SHA for f77b765
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:7b1828de52c3bac600a71b81996bf748776a456181a45e2b329b39702cf6486f 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:34880b64c07f28f64d95737f82f891516de9a3b43583f39970f7bf8e4cfa48b7
12
13
# Set a writable working directory
14
WORKDIR /tmp
0 commit comments