mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user