diff --git a/host/4/bookworm/dotnet-isolated/dotnet8-isolated/dotnet8-isolated-appservice.Dockerfile b/host/4/bookworm/dotnet-isolated/dotnet8-isolated/dotnet8-isolated-appservice.Dockerfile index fa0901a55..9c6299df5 100644 --- a/host/4/bookworm/dotnet-isolated/dotnet8-isolated/dotnet8-isolated-appservice.Dockerfile +++ b/host/4/bookworm/dotnet-isolated/dotnet8-isolated/dotnet8-isolated-appservice.Dockerfile @@ -1,5 +1,5 @@ -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bookworm/dotnet-isolated/dotnet8-isolated/dotnet8-isolated-slim.Dockerfile b/host/4/bookworm/dotnet-isolated/dotnet8-isolated/dotnet8-isolated-slim.Dockerfile index 0014bbf9c..3639aa376 100644 --- a/host/4/bookworm/dotnet-isolated/dotnet8-isolated/dotnet8-isolated-slim.Dockerfile +++ b/host/4/bookworm/dotnet-isolated/dotnet8-isolated/dotnet8-isolated-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bookworm/dotnet-isolated/dotnet8-isolated/dotnet8-isolated.Dockerfile b/host/4/bookworm/dotnet-isolated/dotnet8-isolated/dotnet8-isolated.Dockerfile index 0014bbf9c..3639aa376 100644 --- a/host/4/bookworm/dotnet-isolated/dotnet8-isolated/dotnet8-isolated.Dockerfile +++ b/host/4/bookworm/dotnet-isolated/dotnet8-isolated/dotnet8-isolated.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bookworm/dotnet-isolated/dotnet9-isolated/dotnet9-isolated-appservice.Dockerfile b/host/4/bookworm/dotnet-isolated/dotnet9-isolated/dotnet9-isolated-appservice.Dockerfile index bc98d17ae..1c391272d 100644 --- a/host/4/bookworm/dotnet-isolated/dotnet9-isolated/dotnet9-isolated-appservice.Dockerfile +++ b/host/4/bookworm/dotnet-isolated/dotnet9-isolated/dotnet9-isolated-appservice.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bookworm/dotnet-isolated/dotnet9-isolated/dotnet9-isolated.Dockerfile b/host/4/bookworm/dotnet-isolated/dotnet9-isolated/dotnet9-isolated.Dockerfile index baa9ade32..5b6bab374 100644 --- a/host/4/bookworm/dotnet-isolated/dotnet9-isolated/dotnet9-isolated.Dockerfile +++ b/host/4/bookworm/dotnet-isolated/dotnet9-isolated/dotnet9-isolated.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bookworm/dotnet/dotnet6.Dockerfile b/host/4/bookworm/dotnet/dotnet6.Dockerfile index 9606fce19..ee7682f57 100644 --- a/host/4/bookworm/dotnet/dotnet6.Dockerfile +++ b/host/4/bookworm/dotnet/dotnet6.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.636.2 +ARG HOST_VERSION=4.637.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS dn8-sdk-image FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION @@ -18,7 +18,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \ RUN apt-get update && \ apt-get install -y gnupg wget unzip && \ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bookworm/dotnet/dotnet8-appservice.Dockerfile b/host/4/bookworm/dotnet/dotnet8-appservice.Dockerfile index 7804c6d01..dab26a940 100644 --- a/host/4/bookworm/dotnet/dotnet8-appservice.Dockerfile +++ b/host/4/bookworm/dotnet/dotnet8-appservice.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.836.2 +ARG HOST_VERSION=4.837.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bookworm/dotnet/dotnet8.Dockerfile b/host/4/bookworm/dotnet/dotnet8.Dockerfile index 6a39c0faf..41f2e1745 100644 --- a/host/4/bookworm/dotnet/dotnet8.Dockerfile +++ b/host/4/bookworm/dotnet/dotnet8.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.836.2 +ARG HOST_VERSION=4.837.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bookworm/java/java21/java21-appservice.Dockerfile b/host/4/bookworm/java/java21/java21-appservice.Dockerfile index 522b52c0e..a7c216fe7 100644 --- a/host/4/bookworm/java/java21/java21-appservice.Dockerfile +++ b/host/4/bookworm/java/java21/java21-appservice.Dockerfile @@ -1,7 +1,7 @@ ARG JAVA_VERSION=21.0.1 ARG JAVA_HOME=/usr/lib/jvm/msft-21-x64 # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION @@ -17,7 +17,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \ RUN apt-get update && \ apt-get install -y gnupg wget unzip && \ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bookworm/java/java21/java21-slim.Dockerfile b/host/4/bookworm/java/java21/java21-slim.Dockerfile index 62ccea5ca..dcdb6fa44 100644 --- a/host/4/bookworm/java/java21/java21-slim.Dockerfile +++ b/host/4/bookworm/java/java21/java21-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 ARG JAVA_VERSION=21.0.1 ARG JAVA_HOME=/usr/lib/jvm/msft-21-x64 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image @@ -20,7 +20,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \ RUN apt-get update && \ apt-get install -y gnupg wget unzip && \ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bookworm/java/java21/java21.Dockerfile b/host/4/bookworm/java/java21/java21.Dockerfile index ed3a62b84..a96e0814c 100644 --- a/host/4/bookworm/java/java21/java21.Dockerfile +++ b/host/4/bookworm/java/java21/java21.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 ARG JAVA_VERSION=21.0.1 ARG JAVA_HOME=/usr/lib/jvm/msft-21-x64 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image @@ -20,7 +20,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \ RUN apt-get update && \ apt-get install -y gnupg wget unzip && \ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bookworm/node/node22/node22-appservice.Dockerfile b/host/4/bookworm/node/node22/node22-appservice.Dockerfile index 7c22f6008..2cdf3644b 100644 --- a/host/4/bookworm/node/node22/node22-appservice.Dockerfile +++ b/host/4/bookworm/node/node22/node22-appservice.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION @@ -15,7 +15,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \ RUN apt-get update && \ apt-get install -y gnupg wget unzip && \ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bookworm/node/node22/node22.Dockerfile b/host/4/bookworm/node/node22/node22.Dockerfile index 56e14a0ae..dfd86fcb0 100644 --- a/host/4/bookworm/node/node22/node22.Dockerfile +++ b/host/4/bookworm/node/node22/node22.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION @@ -15,7 +15,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \ RUN apt-get update && \ apt-get install -y gnupg wget unzip && \ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bookworm/powershell/powershell74/powershell74-appservice.Dockerfile b/host/4/bookworm/powershell/powershell74/powershell74-appservice.Dockerfile index 529285372..3af99e7f8 100644 --- a/host/4/bookworm/powershell/powershell74/powershell74-appservice.Dockerfile +++ b/host/4/bookworm/powershell/powershell74/powershell74-appservice.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION @@ -17,7 +17,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \ # Install extension bundles RUN apt-get update && \ apt-get install -y gnupg wget unzip && \ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bookworm/powershell/powershell74/powershell74-slim.Dockerfile b/host/4/bookworm/powershell/powershell74/powershell74-slim.Dockerfile index ed41d80c5..13b2ecaf0 100644 --- a/host/4/bookworm/powershell/powershell74/powershell74-slim.Dockerfile +++ b/host/4/bookworm/powershell/powershell74/powershell74-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION @@ -17,7 +17,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \ # Install extension bundles RUN apt-get update && \ apt-get install -y gnupg wget unzip && \ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bookworm/powershell/powershell74/powershell74.Dockerfile b/host/4/bookworm/powershell/powershell74/powershell74.Dockerfile index ed14ffaef..1348463b9 100644 --- a/host/4/bookworm/powershell/powershell74/powershell74.Dockerfile +++ b/host/4/bookworm/powershell/powershell74/powershell74.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION @@ -18,7 +18,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \ # Install extension bundles RUN apt-get update && \ apt-get install -y gnupg wget unzip && \ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bookworm/python/python312/python312-appservice.Dockerfile b/host/4/bookworm/python/python312/python312-appservice.Dockerfile index ece8837a8..388544fd0 100644 --- a/host/4/bookworm/python/python312/python312-appservice.Dockerfile +++ b/host/4/bookworm/python/python312/python312-appservice.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION @@ -20,7 +20,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \ RUN apt-get update && \ apt-get install -y gnupg wget unzip && \ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bookworm/python/python312/python312.Dockerfile b/host/4/bookworm/python/python312/python312.Dockerfile index 3dfabe1b3..d05ea2f19 100644 --- a/host/4/bookworm/python/python312/python312.Dockerfile +++ b/host/4/bookworm/python/python312/python312.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION @@ -20,7 +20,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \ RUN apt-get update && \ apt-get install -y gnupg wget unzip && \ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/base/host.Dockerfile b/host/4/bullseye/base/host.Dockerfile index ac09911ed..85beed4fa 100644 --- a/host/4/bullseye/base/host.Dockerfile +++ b/host/4/bullseye/base/host.Dockerfile @@ -1,4 +1,4 @@ -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -30,14 +30,14 @@ RUN apt-get update && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ find /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2/bin/runtimes/ -mindepth 1 -type d -not -name "linux-x64" -prune -exec rm -rf {} + && \ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ find /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/bin/runtimes/ -mindepth 1 -type d -not -name "linux-x64" -prune -exec rm -rf {} + && \ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/dotnet-inproc/dotnet-appservice.Dockerfile b/host/4/bullseye/dotnet-inproc/dotnet-appservice.Dockerfile index 2db34404f..8ada68c69 100644 --- a/host/4/bullseye/dotnet-inproc/dotnet-appservice.Dockerfile +++ b/host/4/bullseye/dotnet-inproc/dotnet-appservice.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.636.2 +ARG HOST_VERSION=4.637.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -28,13 +28,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/dotnet-inproc/dotnet-slim.Dockerfile b/host/4/bullseye/dotnet-inproc/dotnet-slim.Dockerfile index 2af00ecb1..80a49571b 100644 --- a/host/4/bullseye/dotnet-inproc/dotnet-slim.Dockerfile +++ b/host/4/bullseye/dotnet-inproc/dotnet-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.636.2 +ARG HOST_VERSION=4.637.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -27,13 +27,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/dotnet-inproc/dotnet.Dockerfile b/host/4/bullseye/dotnet-inproc/dotnet.Dockerfile index f4ee4e0b3..10ecbbd83 100644 --- a/host/4/bullseye/dotnet-inproc/dotnet.Dockerfile +++ b/host/4/bullseye/dotnet-inproc/dotnet.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.636.2 +ARG HOST_VERSION=4.637.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -28,13 +28,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/dotnet-isolated/dotnet6-isolated/dotnet-isolated-slim.Dockerfile b/host/4/bullseye/dotnet-isolated/dotnet6-isolated/dotnet-isolated-slim.Dockerfile index ef6c8413f..cae8a4277 100644 --- a/host/4/bullseye/dotnet-isolated/dotnet6-isolated/dotnet-isolated-slim.Dockerfile +++ b/host/4/bullseye/dotnet-isolated/dotnet6-isolated/dotnet-isolated-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/dotnet-isolated/dotnet6-isolated/dotnet-isolated.Dockerfile b/host/4/bullseye/dotnet-isolated/dotnet6-isolated/dotnet-isolated.Dockerfile index c93012949..559d6b88b 100644 --- a/host/4/bullseye/dotnet-isolated/dotnet6-isolated/dotnet-isolated.Dockerfile +++ b/host/4/bullseye/dotnet-isolated/dotnet6-isolated/dotnet-isolated.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/dotnet-isolated/dotnet7-isolated/dotnet-isolated-slim.Dockerfile b/host/4/bullseye/dotnet-isolated/dotnet7-isolated/dotnet-isolated-slim.Dockerfile index 632f57c18..1c6cd6c8e 100644 --- a/host/4/bullseye/dotnet-isolated/dotnet7-isolated/dotnet-isolated-slim.Dockerfile +++ b/host/4/bullseye/dotnet-isolated/dotnet7-isolated/dotnet-isolated-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/dotnet-isolated/dotnet7-isolated/dotnet-isolated.Dockerfile b/host/4/bullseye/dotnet-isolated/dotnet7-isolated/dotnet-isolated.Dockerfile index a8e44aa91..423d5d39f 100644 --- a/host/4/bullseye/dotnet-isolated/dotnet7-isolated/dotnet-isolated.Dockerfile +++ b/host/4/bullseye/dotnet-isolated/dotnet7-isolated/dotnet-isolated.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/java/java11/java11-slim.Dockerfile b/host/4/bullseye/java/java11/java11-slim.Dockerfile index 35582e1ed..54bd698be 100644 --- a/host/4/bullseye/java/java11/java11-slim.Dockerfile +++ b/host/4/bullseye/java/java11/java11-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 ARG JAVA_VERSION=11.0.21 ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image @@ -32,13 +32,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/java/java11/java11.Dockerfile b/host/4/bullseye/java/java11/java11.Dockerfile index 58b0413a0..13d51dd21 100644 --- a/host/4/bullseye/java/java11/java11.Dockerfile +++ b/host/4/bullseye/java/java11/java11.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 ARG JAVA_VERSION=11.0.21 ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image @@ -32,13 +32,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/java/java17/java17-slim.Dockerfile b/host/4/bullseye/java/java17/java17-slim.Dockerfile index e997dd300..c924a9273 100644 --- a/host/4/bullseye/java/java17/java17-slim.Dockerfile +++ b/host/4/bullseye/java/java17/java17-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 ARG JAVA_VERSION=17.0.9 ARG JAVA_HOME=/usr/lib/jvm/msft-17-x64 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image @@ -32,13 +32,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/java/java17/java17.Dockerfile b/host/4/bullseye/java/java17/java17.Dockerfile index 3c4534eac..bbc631f2d 100644 --- a/host/4/bullseye/java/java17/java17.Dockerfile +++ b/host/4/bullseye/java/java17/java17.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 ARG JAVA_VERSION=17.0.9 ARG JAVA_HOME=/usr/lib/jvm/msft-17-x64 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image @@ -32,13 +32,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/java/java8/java8-slim.Dockerfile b/host/4/bullseye/java/java8/java8-slim.Dockerfile index 90aaf110a..87ef50783 100644 --- a/host/4/bullseye/java/java8/java8-slim.Dockerfile +++ b/host/4/bullseye/java/java8/java8-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 ARG JAVA_VERSION=8u392b08 ARG JDK_NAME=jdk8u392-b08 ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64 @@ -33,13 +33,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/java/java8/java8.Dockerfile b/host/4/bullseye/java/java8/java8.Dockerfile index 90aaf110a..87ef50783 100644 --- a/host/4/bullseye/java/java8/java8.Dockerfile +++ b/host/4/bullseye/java/java8/java8.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 ARG JAVA_VERSION=8u392b08 ARG JDK_NAME=jdk8u392-b08 ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64 @@ -33,13 +33,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/node/node14/node14-slim.Dockerfile b/host/4/bullseye/node/node14/node14-slim.Dockerfile index 57b7e3257..19c0bf871 100644 --- a/host/4/bullseye/node/node14/node14-slim.Dockerfile +++ b/host/4/bullseye/node/node14/node14-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -28,13 +28,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/node/node14/node14.Dockerfile b/host/4/bullseye/node/node14/node14.Dockerfile index a5661a2b5..90959b558 100644 --- a/host/4/bullseye/node/node14/node14.Dockerfile +++ b/host/4/bullseye/node/node14/node14.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -28,13 +28,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/node/node16/node16-slim.Dockerfile b/host/4/bullseye/node/node16/node16-slim.Dockerfile index 40828ac2d..35fef44db 100644 --- a/host/4/bullseye/node/node16/node16-slim.Dockerfile +++ b/host/4/bullseye/node/node16/node16-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -28,13 +28,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/node/node16/node16.Dockerfile b/host/4/bullseye/node/node16/node16.Dockerfile index e8e65b45e..ffbac0384 100644 --- a/host/4/bullseye/node/node16/node16.Dockerfile +++ b/host/4/bullseye/node/node16/node16.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -28,13 +28,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/node/node18/node18-slim.Dockerfile b/host/4/bullseye/node/node18/node18-slim.Dockerfile index 827dceb87..0a396b898 100644 --- a/host/4/bullseye/node/node18/node18-slim.Dockerfile +++ b/host/4/bullseye/node/node18/node18-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -28,13 +28,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/node/node18/node18.Dockerfile b/host/4/bullseye/node/node18/node18.Dockerfile index 09dd9a1a4..d59e22714 100644 --- a/host/4/bullseye/node/node18/node18.Dockerfile +++ b/host/4/bullseye/node/node18/node18.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -27,13 +27,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/node/node20/node20-slim.Dockerfile b/host/4/bullseye/node/node20/node20-slim.Dockerfile index d4ef98945..21b110bd9 100644 --- a/host/4/bullseye/node/node20/node20-slim.Dockerfile +++ b/host/4/bullseye/node/node20/node20-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -28,13 +28,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/node/node20/node20.Dockerfile b/host/4/bullseye/node/node20/node20.Dockerfile index 5cbd887f4..eea6ca28b 100644 --- a/host/4/bullseye/node/node20/node20.Dockerfile +++ b/host/4/bullseye/node/node20/node20.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -28,13 +28,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/powershell/powershell70/powershell70-slim.Dockerfile b/host/4/bullseye/powershell/powershell70/powershell70-slim.Dockerfile index 7d0ba0035..3c523e05d 100644 --- a/host/4/bullseye/powershell/powershell70/powershell70-slim.Dockerfile +++ b/host/4/bullseye/powershell/powershell70/powershell70-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -30,13 +30,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/powershell/powershell70/powershell70.Dockerfile b/host/4/bullseye/powershell/powershell70/powershell70.Dockerfile index 0168ec14c..44960c39c 100644 --- a/host/4/bullseye/powershell/powershell70/powershell70.Dockerfile +++ b/host/4/bullseye/powershell/powershell70/powershell70.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -30,13 +30,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/powershell/powershell72/powershell72-slim.Dockerfile b/host/4/bullseye/powershell/powershell72/powershell72-slim.Dockerfile index 404e7ab3c..9bd5c0eb4 100644 --- a/host/4/bullseye/powershell/powershell72/powershell72-slim.Dockerfile +++ b/host/4/bullseye/powershell/powershell72/powershell72-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -30,13 +30,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/powershell/powershell72/powershell72.Dockerfile b/host/4/bullseye/powershell/powershell72/powershell72.Dockerfile index b544ab226..2d1dbf2a0 100644 --- a/host/4/bullseye/powershell/powershell72/powershell72.Dockerfile +++ b/host/4/bullseye/powershell/powershell72/powershell72.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -30,13 +30,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/python/python310/python310-slim.Dockerfile b/host/4/bullseye/python/python310/python310-slim.Dockerfile index 0841b430d..bfb9ca5f3 100644 --- a/host/4/bullseye/python/python310/python310-slim.Dockerfile +++ b/host/4/bullseye/python/python310/python310-slim.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -33,13 +33,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/python/python310/python310.Dockerfile b/host/4/bullseye/python/python310/python310.Dockerfile index 0518665cd..d855d5fb2 100644 --- a/host/4/bullseye/python/python310/python310.Dockerfile +++ b/host/4/bullseye/python/python310/python310.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -33,13 +33,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/python/python311/python311-slim.Dockerfile b/host/4/bullseye/python/python311/python311-slim.Dockerfile index e4c39eb02..961ac83de 100644 --- a/host/4/bullseye/python/python311/python311-slim.Dockerfile +++ b/host/4/bullseye/python/python311/python311-slim.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -33,13 +33,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/python/python311/python311.Dockerfile b/host/4/bullseye/python/python311/python311.Dockerfile index e4c39eb02..961ac83de 100644 --- a/host/4/bullseye/python/python311/python311.Dockerfile +++ b/host/4/bullseye/python/python311/python311.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -33,13 +33,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/python/python37/python37-slim.Dockerfile b/host/4/bullseye/python/python37/python37-slim.Dockerfile index 48869cfc3..9adee3aec 100644 --- a/host/4/bullseye/python/python37/python37-slim.Dockerfile +++ b/host/4/bullseye/python/python37/python37-slim.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -33,13 +33,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/python/python37/python37.Dockerfile b/host/4/bullseye/python/python37/python37.Dockerfile index f5b642f6e..5efac18c7 100644 --- a/host/4/bullseye/python/python37/python37.Dockerfile +++ b/host/4/bullseye/python/python37/python37.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -33,13 +33,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/python/python38/python38-slim.Dockerfile b/host/4/bullseye/python/python38/python38-slim.Dockerfile index 83f7e3bc3..e2b48acfe 100644 --- a/host/4/bullseye/python/python38/python38-slim.Dockerfile +++ b/host/4/bullseye/python/python38/python38-slim.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -33,13 +33,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/python/python38/python38.Dockerfile b/host/4/bullseye/python/python38/python38.Dockerfile index 609764ca9..656391acd 100644 --- a/host/4/bullseye/python/python38/python38.Dockerfile +++ b/host/4/bullseye/python/python38/python38.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -33,13 +33,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/python/python39/python39-slim.Dockerfile b/host/4/bullseye/python/python39/python39-slim.Dockerfile index 05fe2a289..84cf467d0 100644 --- a/host/4/bullseye/python/python39/python39-slim.Dockerfile +++ b/host/4/bullseye/python/python39/python39-slim.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -33,13 +33,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/bullseye/python/python39/python39.Dockerfile b/host/4/bullseye/python/python39/python39.Dockerfile index b8e6e8a8b..7d14bf1ed 100644 --- a/host/4/bullseye/python/python39/python39.Dockerfile +++ b/host/4/bullseye/python/python39/python39.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION @@ -33,13 +33,13 @@ RUN apt-get update && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V2 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V2 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V2 &&\ - EXTENSION_BUNDLE_VERSION_V3=3.35.0 && \ + EXTENSION_BUNDLE_VERSION_V3=3.36.0 && \ EXTENSION_BUNDLE_FILENAME_V3=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V3}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3/$EXTENSION_BUNDLE_FILENAME_V3 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ unzip /$EXTENSION_BUNDLE_FILENAME_V3 -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V3 && \ rm -f /$EXTENSION_BUNDLE_FILENAME_V3 &&\ - EXTENSION_BUNDLE_VERSION_V4=4.20.0 && \ + EXTENSION_BUNDLE_VERSION_V4=4.21.0 && \ EXTENSION_BUNDLE_FILENAME_V4=Microsoft.Azure.Functions.ExtensionBundle.${EXTENSION_BUNDLE_VERSION_V4}_linux-x64.zip && \ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4/$EXTENSION_BUNDLE_FILENAME_V4 && \ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/$EXTENSION_BUNDLE_VERSION_V4 && \ diff --git a/host/4/mariner/dotnet-isolated/dotnet7-isolated-mariner.Dockerfile b/host/4/mariner/dotnet-isolated/dotnet7-isolated-mariner.Dockerfile index ee3663986..b9a30ceb5 100644 --- a/host/4/mariner/dotnet-isolated/dotnet7-isolated-mariner.Dockerfile +++ b/host/4/mariner/dotnet-isolated/dotnet7-isolated-mariner.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-cbl-mariner2.0 AS dn8-sdk-image FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/mariner/dotnet-isolated/dotnet8-isolated-mariner.Dockerfile b/host/4/mariner/dotnet-isolated/dotnet8-isolated-mariner.Dockerfile index af577fce5..66d97e397 100644 --- a/host/4/mariner/dotnet-isolated/dotnet8-isolated-mariner.Dockerfile +++ b/host/4/mariner/dotnet-isolated/dotnet8-isolated-mariner.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1036.2 +ARG HOST_VERSION=4.1037.0 FROM mcr.microsoft.com/dotnet/sdk:8.0-cbl-mariner2.0 AS dn8-sdk-image FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0 AS sdk-image ARG HOST_VERSION