Skip to content

Commit 243a5ec

Browse files
authored
change base image to ubi8 (#59)
update container base image to ubi8
1 parent 5c245b9 commit 243a5ec

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
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi7/ubi-minimal:latest
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
22

33
ENV OPERATOR=/usr/local/bin/postgres-operator \
44
USER_UID=1001 \

0 commit comments

Comments
 (0)