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 5ed37b6 commit fbe8985Copy full SHA for fbe8985
Dockerfile
@@ -1,13 +1,13 @@
1
# syntax=docker/dockerfile:1
2
3
-FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
+FROM ghcr.io/linuxserver/baseimage-alpine:3.23 AS buildstage
4
5
ARG MOD_VERSION
6
7
RUN \
8
echo "**** grab transmission-web-control ****" && \
9
mkdir -p /root-layer/themes && \
10
- if [ -z ${MOD_VERSION} ]; then \
+ if [ -z "${MOD_VERSION}" ]; then \
11
MOD_VERSION=$(curl -s "https://api.github.com/repos/transmission-web-control/transmission-web-control/releases/latest" \
12
| jq -rc ".tag_name"); \
13
fi && \
0 commit comments