Skip to content

Commit

Permalink
Switched MS SQL JDBC driver to jre 11
Browse files Browse the repository at this point in the history
  • Loading branch information
sschu authored and stianst committed Dec 13, 2019
1 parent 0575588 commit 49ffd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV KEYCLOAK_VERSION 8.0.0
ENV JDBC_POSTGRES_VERSION 42.2.5
ENV JDBC_MYSQL_VERSION 5.1.46
ENV JDBC_MARIADB_VERSION 2.2.3
ENV JDBC_MSSQL_VERSION 7.4.1.jre8
ENV JDBC_MSSQL_VERSION 7.4.1.jre11

ENV LAUNCH_JBOSS_IN_BACKGROUND 1
ENV PROXY_ADDRESS_FORWARDING false
Expand Down

0 comments on commit 49ffd5f

Please sign in to comment.