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