Skip to content

Commit a409c8c

Browse files
FIX (docker): Add PostgreSQL 18 to Docker
1 parent a018b0c commit a409c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
8585
> /etc/apt/sources.list.d/pgdg.list && \
8686
apt-get update && \
8787
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 && \
88+
postgresql-17 postgresql-18 postgresql-client-13 postgresql-client-14 postgresql-client-15 \
89+
postgresql-client-16 postgresql-client-17 postgresql-client-18 && \
9090
rm -rf /var/lib/apt/lists/*
9191

9292
# Create postgres user and set up directories

0 commit comments

Comments
 (0)