Skip to content

Commit 0cace1d

Browse files
committed
update alpine, fix var check
1 parent 67062f2 commit 0cace1d

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,12 +1,12 @@
11
# syntax=docker/dockerfile:1
22

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

55
ARG MOD_VERSION
66

77
RUN \
88
echo "**** retrieve latest docker and compose versions ****" && \
9-
if [ -z "${MOD_VERSION+x}" ]; then \
9+
if [ -z "${MOD_VERSION}" ]; then \
1010
DOCKER_RELEASE=$(curl -sX GET "https://api.github.com/repos/moby/moby/releases/latest" \
1111
| awk '/tag_name/{print $4;exit}' FS='[""]' \
1212
| sed 's|^docker-||' \

0 commit comments

Comments
 (0)