Skip to content

Commit 56cc4e9

Browse files
authored
Update Dockerfile
1 parent 49a7020 commit 56cc4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update \
2222
postgresql-$PG_MAJOR-repack \
2323
postgresql-$PG_MAJOR-cron \
2424
postgresql-$PG_MAJOR-pgrouting \
25-
percona-pg-stat-monitor-$PG_MAJOR \
25+
percona-pg-stat-monitor-17 \
2626
&& rm -rf /var/lib/apt/lists/* \
2727
&& mkdir -p /docker-entrypoint-initdb.d
2828

0 commit comments

Comments
 (0)