Skip to content

Commit 5fdd79b

Browse files
author
Muhammad Aqeel
authored
Fixed repo name (percona#973)
1 parent be0f665 commit 5fdd79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

percona-distribution-postgresql-16/Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN set -ex; \
3737
curl -Lf -o /tmp/percona-release https://raw.githubusercontent.com/percona/percona-repositories/release-1.0-28/scripts/percona-release.sh; \
3838
mv /tmp/percona-release /usr/bin/; \
3939
chmod +x /usr/bin/percona-release; \
40-
percona-release enable ${PPG_REPO_VERSION} ${PPG_REPO};
40+
percona-release enable ppg-${PPG_REPO_VERSION} ${PPG_REPO};
4141

4242
RUN set -ex; \
4343
dnf -y update; \

0 commit comments

Comments
 (0)