Skip to content

Commit 84db3c6

Browse files
antonymCopilot
andauthored
Update Dockerfile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0a9993a commit 84db3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apk add --no-cache --virtual .build-deps \
1313
npm \
1414
&& mkdir /app \
1515
# Determine webapp version if not provided
16-
&& if [ -z ${WEBAPP_VERSION+x} ]; then \
16+
&& if [ -z "${WEBAPP_VERSION+x}" ]; then \
1717
WEBAPP_VERSION=$(curl -sX GET "https://api.github.com/repos/netbootxyz/webapp/releases/latest" \
1818
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
1919
fi \

0 commit comments

Comments
 (0)