Skip to content

Commit 8bd4aaa

Browse files
committed
chore: #140 Update base container image to UBI 9.5-1742914212
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 948b845 commit 8bd4aaa

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-cli github.com/microcks/microcks-cli
99

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

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

0 commit comments

Comments
 (0)