From 2f38ffb2c8742ebfa3316dab3a5ccd93819f7f47 Mon Sep 17 00:00:00 2001 From: Muhammad Aqeel Date: Fri, 17 May 2024 17:59:58 +0500 Subject: [PATCH] Fixed repo name --- percona-distribution-postgresql-16/Dockerfile.aarch64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percona-distribution-postgresql-16/Dockerfile.aarch64 b/percona-distribution-postgresql-16/Dockerfile.aarch64 index 5ec30042..8d570fec 100644 --- a/percona-distribution-postgresql-16/Dockerfile.aarch64 +++ b/percona-distribution-postgresql-16/Dockerfile.aarch64 @@ -37,7 +37,7 @@ RUN set -ex; \ curl -Lf -o /tmp/percona-release https://raw.githubusercontent.com/percona/percona-repositories/release-1.0-28/scripts/percona-release.sh; \ mv /tmp/percona-release /usr/bin/; \ chmod +x /usr/bin/percona-release; \ - percona-release enable ${PPG_REPO_VERSION} ${PPG_REPO}; + percona-release enable ppg-${PPG_REPO_VERSION} ${PPG_REPO}; RUN set -ex; \ dnf -y update; \