Commit 13574827 for guacamole.apache.org
commit 1357482727e666ffef722c0908a059d9210f4848
Author: Michael Jumper <mjumper@apache.org>
Date: Mon Jun 16 10:28:46 2025 -0700
GUACAMOLE-1026: Default Docker image to FreeRDP 2.x.
diff --git a/Dockerfile b/Dockerfile
index e85bb432..8ec9f4b6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,8 +37,8 @@ ARG BUILD_JOBS
# The directory that will house the guacamole-server source during the build
ARG BUILD_DIR=/tmp/guacamole-server
-# FreeRDP version (default to version 3)
-ARG FREERDP_VERSION=3
+# FreeRDP version (default to version 2)
+ARG FREERDP_VERSION=2
# The final install location for guacamole-server and all dependencies. NOTE:
# This value is hard-coded in the entrypoint. Any change to this value must be