We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4309ef2 commit 8dde5adCopy full SHA for 8dde5ad
Dockerfile
@@ -1,11 +1,5 @@
1
-FROM ghcr.io/linuxserver/baseimage-rdesktop-web:bionic
2
-
3
-# set version label
4
-ARG BUILD_DATE
5
-ARG VERSION
6
-ARG GNUCASH_RELEASE
7
-LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
8
-LABEL maintainer="aptalca"
+FROM --platform=$TARGETPLATFORM ghcr.io/linuxserver/baseimage-rdesktop-web:focal
+ARG TARGETPLATFORM
9
10
ENV \
11
CUSTOM_PORT="8080" \
0 commit comments