File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:3.20 AS buildstage
3+ FROM ghcr.io/linuxserver/baseimage-alpine:3.21 AS buildstage
44
55ARG MOD_VERSION
66
@@ -11,14 +11,14 @@ RUN \
1111 | jq -r '.tag_name' ); \
1212 fi && \
1313 if [ -z ${MOD_VERSION+x} ]; then \
14- echo "**** Could not fetch current bouncer version from Github ****" \
14+ echo "**** Could not fetch current bouncer version from Github ****" ; \
1515 exit 1; \
1616 fi && \
1717 curl -sLo \
1818 /root-layer/crowdsec-nginx-bouncer.tgz -L \
1919 "https://github.com/crowdsecurity/cs-nginx-bouncer/releases/download/${MOD_VERSION}/crowdsec-nginx-bouncer.tgz" && \
2020 if ! tar -tzf /root-layer/crowdsec-nginx-bouncer.tgz >/dev/null 2>&1; then \
21- echo "**** Invalid tarball, could not download crowdsec bouncer ****" \
21+ echo "**** Invalid tarball, could not download crowdsec bouncer ****" ; \
2222 exit 1; \
2323 fi
2424
You can’t perform that action at this time.
0 commit comments