We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395de09 commit 5be515fCopy full SHA for 5be515f
Dockerfile
@@ -1,5 +1,5 @@
1
# First stage: Build the Go binaries
2
-FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1739801907 AS builder
+FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1743582279 AS builder
3
WORKDIR /opt/app-root/src
4
COPY --chown=default:root . .
5
RUN go build -o /opt/app-root/build/ ./cmd/...
0 commit comments