aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorXLion <[email protected]>2024-09-28 23:33:47 +0800
committerGitHub <[email protected]>2024-09-28 23:33:47 +0800
commitb7bab80bfe8207f0c8d32a4e7f9f9b1672d57c00 (patch)
treecff1a62d97d9eea17f94529841ae16e8b9c0d0b3
parent041a603173513a5958dc8df836b26344707207cb (diff)
downloadrustdesk-server-b7bab80bfe8207f0c8d32a4e7f9f9b1672d57c00.tar.gz
rustdesk-server-b7bab80bfe8207f0c8d32a4e7f9f9b1672d57c00.zip
Bump S6 overlay and fix env warnings (#472)
-rwxr-xr-xdocker/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index e6982af..a8a2130 100755
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,6 +1,6 @@
FROM busybox:stable
-ARG S6_OVERLAY_VERSION=3.1.1.2
+ARG S6_OVERLAY_VERSION=3.2.0.0
ARG S6_ARCH=x86_64
ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz /tmp
ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.xz /tmp
@@ -12,8 +12,8 @@ RUN \
COPY rootfs /
-ENV RELAY relay.example.com
-ENV ENCRYPTED_ONLY 0
+ENV RELAY=relay.example.com
+ENV ENCRYPTED_ONLY=0
EXPOSE 21115 21116 21116/udp 21117 21118 21119