Skip to content

Commit

Permalink
Merge pull request #359 from DecisionsDev/update-jdbc-pg
Browse files Browse the repository at this point in the history
Update to 42.7.4 before opening a bug issue about FIPS
  • Loading branch information
PYLochou authored Sep 23, 2024
2 parents 90779bc + 58dbe81 commit 0117c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/script/installPostgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
# Install the driver for PostgreSQL
echo "Install the driver for postgreSQL"
cd /tmp
curl --fail --insecure --remote-name --remote-time --silent https://jdbc.postgresql.org/download/postgresql-42.7.2.jar
curl --fail --insecure --remote-name --remote-time --silent https://jdbc.postgresql.org/download/postgresql-42.7.4.jar
mv postgres* /config/resources

set +e
2 changes: 1 addition & 1 deletion standalone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN mkdir -p /config/dbdata /config/resources && chmod -R 777 /config/dbdata /co
# Install the driver for PostgreSQL
RUN set -ex; \
cd /tmp; \
curl --fail --insecure --remote-name --remote-time --silent https://jdbc.postgresql.org/download/postgresql-42.7.2.jar; \
curl --fail --insecure --remote-name --remote-time --silent https://jdbc.postgresql.org/download/postgresql-42.7.4.jar; \
mv postgres* /config/resources/

RUN chmod -R a+x $SCRIPT && mkdir $APPS
Expand Down

0 comments on commit 0117c48

Please # to comment.