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 fdf7f84 commit 7b5f2bdCopy full SHA for 7b5f2bd
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 transmissionic ****" && \
9
mkdir -p /root-layer/themes && \
10
- if [ -z ${MOD_VERSION+x} ]; then \
+ if [ -z "${MOD_VERSION}" ]; then \
11
MOD_VERSION=$(curl -s "https://api.github.com/repos/6c65726f79/Transmissionic/releases/latest" \
12
| jq -rc ".tag_name"); \
13
fi && \
0 commit comments