Skip to content

Commit 80fdaf9

Browse files
committed
update alpine, fix var check
1 parent 8828b2d commit 80fdaf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 AS buildstage
3+
FROM ghcr.io/linuxserver/baseimage-alpine:3.23 AS buildstage
44

55
ARG MOD_VERSION
66

77
RUN \
8-
if [ -z ${MOD_VERSION+x} ]; then \
8+
if [ -z "${MOD_VERSION}" ]; then \
99
MOD_VERSION=$(curl -Ls -o /dev/null -w %{url_effective} https://aka.ms/powershell-release?tag=stable \
1010
| sed 's|.*tag/v||g'); \
1111
fi && \

0 commit comments

Comments
 (0)