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 9214f93 commit 79c6f3fCopy full SHA for 79c6f3f
1 file changed
common/script/installPostgres.sh
@@ -5,7 +5,7 @@ set -e
5
# Install the driver for PostgreSQL
6
echo "Install the driver for postgreSQL"
7
cd /tmp
8
-curl --fail --insecure --remote-name --remote-time --silent https://jdbc.postgresql.org/download/postgresql-42.7.11.jar
+curl --fail --insecure --remote-name --remote-time --silent https://jdbc.postgresql.org/download/postgresql-42.7.13.jar
9
mv postgres* /config/resources
10
11
set +e
0 commit comments