GUACAMOLE-1838: Downgrade SQL Server JDBC driver to latest 9.4.x.

The 12.2.0 version breaks compatibility in terms of SSL/TLS behavior,
causing database connection failures that did not previously occur.
This commit is contained in:
Mike Jumper
2023-07-21 15:31:09 -07:00
parent e7e78f05bb
commit cc9f218a3c

View File

@@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y firefox
ARG MAVEN_ARGUMENTS="-DskipTests=false" ARG MAVEN_ARGUMENTS="-DskipTests=false"
# Versions of JDBC drivers to bundle within image # Versions of JDBC drivers to bundle within image
ARG MSSQL_JDBC_VERSION=12.2.0 ARG MSSQL_JDBC_VERSION=9.4.1
ARG MYSQL_JDBC_VERSION=8.0.33 ARG MYSQL_JDBC_VERSION=8.0.33
ARG PGSQL_JDBC_VERSION=42.6.0 ARG PGSQL_JDBC_VERSION=42.6.0