Update xrdp to v0.10.1

This commit is contained in:
Héctor Molinero Fernández
2024-08-04 20:40:08 +02:00
parent d0da1406d3
commit 27c10c2d05

View File

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