File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1010LABEL maintainer="thespad"
1111
1212RUN \
13- if [ -z ${WIREGUARD_RELEASE+x} ]; then \
13+ if [ -z " ${WIREGUARD_RELEASE+x}" ]; then \
1414 WIREGUARD_RELEASE=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp \
1515 && awk '/^P:wireguard-tools$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://' ); \
1616 fi && \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1010LABEL maintainer="thespad"
1111
1212RUN \
13- if [ -z ${WIREGUARD_RELEASE+x} ]; then \
13+ if [ -z " ${WIREGUARD_RELEASE+x}" ]; then \
1414 WIREGUARD_RELEASE=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp \
1515 && awk '/^P:wireguard-tools$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); \
1616 fi && \
You can’t perform that action at this time.
0 commit comments