We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a7020 commit 56cc4e9Copy full SHA for 56cc4e9
Dockerfile
@@ -22,7 +22,7 @@ RUN apt-get update \
22
postgresql-$PG_MAJOR-repack \
23
postgresql-$PG_MAJOR-cron \
24
postgresql-$PG_MAJOR-pgrouting \
25
- percona-pg-stat-monitor-$PG_MAJOR \
+ percona-pg-stat-monitor-17 \
26
&& rm -rf /var/lib/apt/lists/* \
27
&& mkdir -p /docker-entrypoint-initdb.d
28
0 commit comments