From 3afb8ea114bee60ae6a3bc185e1bfc59827ff277 Mon Sep 17 00:00:00 2001 From: Pascal Lim Date: Wed, 16 Aug 2023 12:08:01 +0400 Subject: [PATCH] Bump framework version to 7.x --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bbc9686..8b89deb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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|'); \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 9fe2b50..e32566a 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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|'); \