Update xrdp to v0.10.3

This commit is contained in:
Héctor Molinero Fernández
2025-06-13 01:00:56 +02:00
parent f5bc5c507b
commit bf90f2e2c9

View File

@@ -154,7 +154,7 @@ RUN <<-EOF
EOF
# Build xrdp
ARG XRDP_TREEISH=v0.10.2
ARG XRDP_TREEISH=v0.10.3
ARG XRDP_REMOTE=https://github.com/neutrinolabs/xrdp.git
WORKDIR /tmp/xrdp/
RUN <<-EOF