fix external trigger

This commit is contained in:
aptalca
2024-01-03 14:16:33 -05:00
parent f2b53149a5
commit e96281e12d
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
# syntax=docker/dockerfile:1
FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
ARG MOD_VERSION
RUN \
if [ -z "${MOD_VERSION}" ]; then \
MOD_VERSION=$(curl -sL https://julialang.org/downloads/ \
| grep 'Current stable release:' \
| sed 's|.*Current stable release: v||' \
| sed 's| (.*||'); \
fi && \