Skip to content

Commit

Permalink
upgrade ProstgreSQL JDBC Driver to 42.1.5 dcm4che/dcm4chee-arc-light#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Mar 13, 2019
1 parent f5c39dc commit d5cae39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN cd $JBOSS_HOME \
&& curl -f http://maven.dcm4che.org/org/dcm4che/jdbc-jboss-modules/1.0.0/jdbc-jboss-modules-1.0.0-psql.tar.gz | tar xz \
&& curl -f http://maven.dcm4che.org/org/dcm4che/dcm4che-jboss-modules/$DCM4CHE_VERSION/dcm4che-jboss-modules-${DCM4CHE_VERSION}.tar.gz | tar xz \
&& cd modules/org/postgresql/main \
&& curl -fO https://jdbc.postgresql.org/download/postgresql-42.1.4.jar \
&& curl -fO https://jdbc.postgresql.org/download/postgresql-42.2.5.jar \
&& cd /docker-entrypoint.d/deployments \
&& curl -fO http://maven.dcm4che.org/org/dcm4che/dcm4chee-arc/dcm4chee-arc-ear/${DCM4CHEE_ARC_VERSION}/dcm4chee-arc-ear-${DCM4CHEE_ARC_VERSION}-psql-secure.ear

Expand Down

0 comments on commit d5cae39

Please sign in to comment.