Skip to content

Commit

Permalink
GUACAMOLE-1807: Update Docker image to latest stable versions of JDBC…
Browse files Browse the repository at this point in the history
… drivers.
  • Loading branch information
mike-jumper committed Jul 11, 2023
1 parent 6884e78 commit bbf6752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ ARG MAVEN_ARGUMENTS="-DskipTests=false"

# Versions of JDBC drivers to bundle within image
ARG MSSQL_JDBC_VERSION=12.2.0
ARG MYSQL_JDBC_VERSION=8.0.32
ARG PGSQL_JDBC_VERSION=42.3.8
ARG MYSQL_JDBC_VERSION=8.0.33
ARG PGSQL_JDBC_VERSION=42.6.0

# Build environment variables
ENV \
Expand Down

0 comments on commit bbf6752

Please sign in to comment.