Bump framework version to 7.x

This commit is contained in:
Pascal Lim 2023-08-16 12:08:01 +04:00
parent 0f984cbe71
commit 3afb8ea114
2 changed files with 2 additions and 2 deletions

View File

@ -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 6.0 --install-dir /app/dotnet --runtime dotnet && \
/tmp/dotnet-install.sh -c 7.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|'); \

View File

@ -26,7 +26,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 6.0 --install-dir /app/dotnet --runtime dotnet && \
/tmp/dotnet-install.sh -c 7.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|'); \