diff --git a/postgresql-containers/build/postgres-gis/Dockerfile b/postgresql-containers/build/postgres-gis/Dockerfile index 04e051bd..ff59ab48 100644 --- a/postgresql-containers/build/postgres-gis/Dockerfile +++ b/postgresql-containers/build/postgres-gis/Dockerfile @@ -2,7 +2,7 @@ ARG PG_MAJOR=14 ARG PGO_TAG=main ARG ORG_NAME=perconalab -FROM ${ORG_NAME}/percona-postgresql-operator:${PGO_TAG}-ppg${PG_MAJOR}-postgres-ubi9 +FROM ${ORG_NAME}/percona-postgresql-operator:${PGO_TAG}-ppg${PG_MAJOR}-postgres LABEL name="Percona PostgreSQL Distribution" \ vendor="Percona" \