diff --git a/common/script/installPostgres.sh b/common/script/installPostgres.sh index db8709c6..ca5a5202 100755 --- a/common/script/installPostgres.sh +++ b/common/script/installPostgres.sh @@ -3,5 +3,5 @@ # Install the driver for PostgreSQL echo "Install the driver for postgreSQL" cd /tmp -curl -O -k -s https://jdbc.postgresql.org/download/postgresql-42.3.3.jar +curl -O -k -s https://jdbc.postgresql.org/download/postgresql-42.3.8.jar mv postgres* /config/resources