Skip to content

Commit

Permalink
Fix CVE-20222-41946
Browse files Browse the repository at this point in the history
DBACLD-101707
  • Loading branch information
PYLochou authored Aug 7, 2023
1 parent 825c539 commit 2f3dab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/script/installPostgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f3dab4

Please sign in to comment.