Skip to content

Commit bbd8867

Browse files
committed
Unpin postgresql-client version in Dockerfile
This is so that this (probably) also works on future os and postgres updates.
1 parent d67ebf7 commit bbd8867

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
@@ -6,6 +6,6 @@ RUN pip install -r requirements.txt
66

77
# Install pg_isready to await db start
88
RUN apt-get update && \
9-
apt-get install postgresql-client-11 --yes --no-install-recommends && \
9+
apt-get install postgresql-client --yes --no-install-recommends && \
1010
rm -rf /var/lib/apt/lists/*
1111

0 commit comments

Comments
 (0)