Skip to content

Commit 02a2c8d

Browse files
Update registry.access.redhat.com/ubi10/ubi-minimal Docker tag to v10.0-1758699349 (#2426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db9a6f5 commit 02a2c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 LDFLAGS="-s -w \
2929
GOOS=linux GOARCH=amd64 go build -ldflags "${LDFLAGS}" -o main ./${CODEDIR}/main.go
3030

3131
# Use micro base image to package the binary
32-
FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/ubi-minimal:10.0
32+
FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/ubi-minimal:10.0-1758699349
3333

3434
COPY --from=builder /workspace/main /
3535
COPY LICENSE /licenses/LICENSE

0 commit comments

Comments
 (0)