From 84d10bc21020c29ecd37507da83dac196e5dbc61 Mon Sep 17 00:00:00 2001 From: Viacheslav Sarzhan Date: Thu, 5 Dec 2024 14:08:33 +0200 Subject: [PATCH] K8SPG-652 fix misprint for postgres-gis --- postgresql-containers/build/postgres-gis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \