Skip to content

Commit fbe8985

Browse files
committed
update alpine, fix casing
1 parent 5ed37b6 commit fbe8985

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

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

55
ARG MOD_VERSION
66

77
RUN \
88
echo "**** grab transmission-web-control ****" && \
99
mkdir -p /root-layer/themes && \
10-
if [ -z ${MOD_VERSION} ]; then \
10+
if [ -z "${MOD_VERSION}" ]; then \
1111
MOD_VERSION=$(curl -s "https://api.github.com/repos/transmission-web-control/transmission-web-control/releases/latest" \
1212
| jq -rc ".tag_name"); \
1313
fi && \

0 commit comments

Comments
 (0)