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 7f95952 commit ef72fc0Copy full SHA for ef72fc0
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.6-1755695350
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1763362218
12
13
# Some version information
14
LABEL maintainer="Laurent Broudoux <[email protected]>" \
0 commit comments