mirror of
https://github.com/linuxserver/docker-webgrabplus.git
synced 2026-02-19 19:52:00 +08:00
Merge pull request #71 from linuxserver/dotnet8
Bump dotnet framework to 8.x
This commit is contained in:
commit
d9cc8add0b
@ -25,7 +25,7 @@ RUN \
|
||||
curl -o /tmp/dotnet-install.sh -L \
|
||||
https://dot.net/v1/dotnet-install.sh && \
|
||||
chmod +x /tmp/dotnet-install.sh && \
|
||||
/tmp/dotnet-install.sh -c 7.0 --install-dir /app/dotnet --runtime dotnet && \
|
||||
/tmp/dotnet-install.sh -c 8.0 --install-dir /app/dotnet --runtime dotnet && \
|
||||
echo "**** install webgrabplus ****" && \
|
||||
if [ -z "$WEBGRAB_VER" ]; then \
|
||||
WEBGRAB_VER=$(curl -fsL http://webgrabplus.com/download/sw | grep -m1 /download/sw/v | sed 's|.*/download/sw/v\(.*\)">V.*|\1|'); \
|
||||
|
||||
@ -19,14 +19,14 @@ RUN \
|
||||
echo "**** install packages ****" && \
|
||||
apk -U --update --no-cache add \
|
||||
icu-libs \
|
||||
iputils \
|
||||
iputils \
|
||||
unzip && \
|
||||
echo "**** install dotnet sdk ****" && \
|
||||
mkdir -p /app/dotnet && \
|
||||
curl -o /tmp/dotnet-install.sh -L \
|
||||
https://dot.net/v1/dotnet-install.sh && \
|
||||
chmod +x /tmp/dotnet-install.sh && \
|
||||
/tmp/dotnet-install.sh -c 7.0 --install-dir /app/dotnet --runtime dotnet && \
|
||||
/tmp/dotnet-install.sh -c 8.0 --install-dir /app/dotnet --runtime dotnet && \
|
||||
echo "**** install webgrabplus ****" && \
|
||||
if [ -z "$WEBGRAB_VER" ]; then \
|
||||
WEBGRAB_VER=$(curl -fsL http://webgrabplus.com/download/sw | grep -m1 /download/sw/v | sed 's|.*/download/sw/v\(.*\)">V.*|\1|'); \
|
||||
|
||||
@ -47,6 +47,7 @@ app_setup_block: |
|
||||
To adjust the scheduled cron job, you can apply our [universal cron mod](https://github.com/linuxserver/docker-mods/tree/universal-cron).
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "23.04.24:", desc: "Bump dotnet framework to 8.x."}
|
||||
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
|
||||
- {date: "18.08.23:", desc: "Rebase to Alpine 3.18."}
|
||||
- {date: "16.08.23:", desc: "Update dotnet framework to 7.x."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user