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 a018b0c commit a409c8cCopy full SHA for a409c8c
Dockerfile
@@ -85,8 +85,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
85
> /etc/apt/sources.list.d/pgdg.list && \
86
apt-get update && \
87
apt-get install -y --no-install-recommends \
88
- postgresql-17 postgresql-client-13 postgresql-client-14 postgresql-client-15 \
89
- postgresql-client-16 postgresql-client-17 && \
+ postgresql-17 postgresql-18 postgresql-client-13 postgresql-client-14 postgresql-client-15 \
+ postgresql-client-16 postgresql-client-17 postgresql-client-18 && \
90
rm -rf /var/lib/apt/lists/*
91
92
# Create postgres user and set up directories
0 commit comments