We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6dbb3 commit 103e228Copy full SHA for 103e228
1 file changed
dev/database/Dockerfile
@@ -1,9 +1,9 @@
1
-FROM quay.io/cloudservices/postgresql-rds:16-4649c84
+FROM quay.io/cloudservices/postgresql-rds:16
2
3
# install pg_repack
4
USER root
5
RUN curl -o /etc/yum.repos.d/postgresql.repo \
6
- https://copr.fedorainfracloud.org/coprs/g/insights/postgresql-16/repo/epel-8/group_insights-postgresql-16-epel-8.repo
+ https://copr.fedorainfracloud.org/coprs/g/insights/postgresql-16/repo/epel-9/group_insights-postgresql-16-epel-9.repo
7
RUN dnf install -y pg_repack
8
9
ADD /dev/database/init.sh /docker-entrypoint-initdb.d/
0 commit comments