This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 666ae93a9d7bfa2d76eb78ce4653aa55453f5b87
Merge: 48a38e7 cce2043
Author: Virtually Nick <[email protected]>
AuthorDate: Sat Dec 4 08:11:22 2021 -0500

    GUACAMOLE-1433: Merge update PostgreSQL JDBC driver in Docker image

 guacamole-docker/bin/build-guacamole.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc guacamole-docker/bin/build-guacamole.sh
index ac6c4ac,5455d90..878cbc6
--- a/guacamole-docker/bin/build-guacamole.sh
+++ b/guacamole-docker/bin/build-guacamole.sh
@@@ -108,20 -108,9 +108,20 @@@ tar -xz                        
  #
  
  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 SSO auth extensions
 +#
 +
 +tar -xzf 
extensions/guacamole-auth-sso/modules/guacamole-auth-sso-dist/target/*.tar.gz \
 +    -C "$DESTINATION"                                   \
 +    --wildcards                                         \
 +    --no-anchored                                       \
 +    --strip-components=1                                \
 +    "*.jar"
 +
 +#
  # Copy LDAP auth extension and schema modifications
  #
  

Reply via email to