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 0a9993a commit 84db3c6Copy full SHA for 84db3c6
Dockerfile
@@ -13,7 +13,7 @@ RUN apk add --no-cache --virtual .build-deps \
13
npm \
14
&& mkdir /app \
15
# Determine webapp version if not provided
16
- && if [ -z ${WEBAPP_VERSION+x} ]; then \
+ && if [ -z "${WEBAPP_VERSION+x}" ]; then \
17
WEBAPP_VERSION=$(curl -sX GET "https://api.github.com/repos/netbootxyz/webapp/releases/latest" \
18
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
19
fi \
0 commit comments