changed postgresql version to 13
This commit is contained in:
parent
94706f9054
commit
0b9a8696cc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-k
|
|||
RUN apt-get update
|
||||
# Install the latest version of PostgreSQL.
|
||||
# If you want a specific version, use 'postgresql-12' or similar instead of 'postgresql':
|
||||
RUN apt-get -y install postgresql-client-12
|
||||
RUN apt-get -y install postgresql-client-13
|
||||
|
||||
|
||||
# Prepare Entrypoint Script
|
||||
|
|
Loading…
Reference in a new issue