Skip to content

Commit 7c20ffc

Browse files
committed
chore: #185 Bump UBI base image to 9.6-1755695350
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent f237d94 commit 7c20ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
88
go build -ldflags="-s -w" -o microcks github.com/microcks/microcks-cli
99

1010
# Build image
11-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212
11+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350
1212

1313
# Some version information
1414
LABEL maintainer="Laurent Broudoux <[email protected]>" \

0 commit comments

Comments
 (0)