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.
2 parents 1aa19f4 + 2c0f227 commit 792004eCopy full SHA for 792004e
Dockerfile
@@ -1,16 +1,16 @@
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 flood-for-transmission ****" && \
9
- if [ -z ${MOD_VERSION+x} ]; then \
+ if [ -z "${MOD_VERSION}" ]; then \
10
MOD_VERSION=$(curl -s "https://api.github.com/repos/johman10/flood-for-transmission/releases/latest" \
11
| jq -rc ".tag_name"); \
12
fi && \
13
- curl -o \
+ curl -fo \
14
/tmp/flood.tar.gz -L \
15
"https://github.com/johman10/flood-for-transmission/releases/download/${MOD_VERSION}/flood-for-transmission.tar.gz" && \
16
mkdir -p /root-layer/themes/flood-for-transmission && \
0 commit comments