GUACAMOLE-1433: Update postgresql JDBC driver in Docker image to fix "authentication type 10 not supported" error

This commit is contained in:
Scott C Wang
2021-11-22 22:26:27 -06:00
parent 09b1508ec7
commit cce2043fae

View File

@@ -108,7 +108,7 @@ tar -xz \
# #
echo "Downloading PostgreSQL JDBC driver ..." echo "Downloading PostgreSQL JDBC driver ..."
curl -L "https://jdbc.postgresql.org/download/postgresql-9.4-1201.jdbc41.jar" > "$DESTINATION/postgresql/postgresql-9.4-1201.jdbc41.jar" curl -L "https://jdbc.postgresql.org/download/postgresql-42.2.24.jre7.jar" > "$DESTINATION/postgresql/postgresql-42.2.24.jre7.jar"
# #
# Copy LDAP auth extension and schema modifications # Copy LDAP auth extension and schema modifications