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 948b845 commit 8bd4aaaCopy full SHA for 8bd4aaa
build/Dockerfile
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
8
go build -ldflags="-s -w" -o microcks-cli github.com/microcks/microcks-cli
9
10
# Build image
11
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1736404155
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212
12
13
# Some version information
14
LABEL maintainer="Laurent Broudoux <[email protected]>" \
0 commit comments