Skip to content

Commit 6d9a94f

Browse files
Merge pull request #369 from stuggi/pin_baseimage
Pin base image to 9.6 tag
2 parents 35e4db2 + 9683b96 commit 6d9a94f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build the manager binary
22
ARG GOLANG_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.24
3-
ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:latest
3+
ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
44

55
FROM $GOLANG_BUILDER AS builder
66

0 commit comments

Comments
 (0)