From b73686770dd145d4b8156cc8f4042c956d503c97 Mon Sep 17 00:00:00 2001 From: Saikiran Manchem <105010995+v-smanchem@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:45:35 -0700 Subject: [PATCH] Updated Host version to 4.33.2 (#1066) --- host/4/bookworm/dotnet/dotnet6.Dockerfile | 2 +- host/4/bookworm/java/java21/java21-appservice.Dockerfile | 2 +- host/4/bookworm/java/java21/java21-slim.Dockerfile | 2 +- host/4/bookworm/java/java21/java21.Dockerfile | 2 +- .../powershell/powershell74/powershell74-appservice.Dockerfile | 2 +- .../powershell/powershell74/powershell74-slim.Dockerfile | 2 +- host/4/bookworm/powershell/powershell74/powershell74.Dockerfile | 2 +- host/4/bullseye/amd64/base/host.Dockerfile | 2 +- .../bullseye/amd64/dotnet/dotnet-inproc/dotnet-slim.Dockerfile | 2 +- host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet.Dockerfile | 2 +- .../dotnet/dotnet-isolated/dotnet-isolated-slim.Dockerfile | 2 +- .../amd64/dotnet/dotnet-isolated/dotnet-isolated.Dockerfile | 2 +- .../dotnet/dotnet7-isolated/dotnet-isolated-slim.Dockerfile | 2 +- .../amd64/dotnet/dotnet7-isolated/dotnet-isolated.Dockerfile | 2 +- .../dotnet/dotnet8-isolated/dotnet-isolated-slim.Dockerfile | 2 +- .../amd64/dotnet/dotnet8-isolated/dotnet-isolated.Dockerfile | 2 +- host/4/bullseye/amd64/java/java11/java11-slim.Dockerfile | 2 +- host/4/bullseye/amd64/java/java11/java11.Dockerfile | 2 +- host/4/bullseye/amd64/java/java17/java17-slim.Dockerfile | 2 +- host/4/bullseye/amd64/java/java17/java17.Dockerfile | 2 +- host/4/bullseye/amd64/java/java8/java8-slim.Dockerfile | 2 +- host/4/bullseye/amd64/java/java8/java8.Dockerfile | 2 +- host/4/bullseye/amd64/node/node14/node14-slim.Dockerfile | 2 +- host/4/bullseye/amd64/node/node14/node14.Dockerfile | 2 +- host/4/bullseye/amd64/node/node16/node16-slim.Dockerfile | 2 +- host/4/bullseye/amd64/node/node16/node16.Dockerfile | 2 +- host/4/bullseye/amd64/node/node18/node18-slim.Dockerfile | 2 +- host/4/bullseye/amd64/node/node18/node18.Dockerfile | 2 +- host/4/bullseye/amd64/node/node20/node20-slim.Dockerfile | 2 +- host/4/bullseye/amd64/node/node20/node20.Dockerfile | 2 +- .../amd64/powershell/powershell70/powershell70-slim.Dockerfile | 2 +- .../amd64/powershell/powershell70/powershell70.Dockerfile | 2 +- .../amd64/powershell/powershell72/powershell72-slim.Dockerfile | 2 +- .../amd64/powershell/powershell72/powershell72.Dockerfile | 2 +- .../4/bullseye/amd64/python/python310/python310-slim.Dockerfile | 2 +- host/4/bullseye/amd64/python/python310/python310.Dockerfile | 2 +- .../4/bullseye/amd64/python/python311/python311-slim.Dockerfile | 2 +- host/4/bullseye/amd64/python/python311/python311.Dockerfile | 2 +- host/4/bullseye/amd64/python/python37/python37-slim.Dockerfile | 2 +- host/4/bullseye/amd64/python/python37/python37.Dockerfile | 2 +- host/4/bullseye/amd64/python/python38/python38-slim.Dockerfile | 2 +- host/4/bullseye/amd64/python/python38/python38.Dockerfile | 2 +- host/4/bullseye/amd64/python/python39/python39-slim.Dockerfile | 2 +- host/4/bullseye/amd64/python/python39/python39.Dockerfile | 2 +- .../dotnet/dotnet-isolated/dotnet7-isolated-mariner.Dockerfile | 2 +- .../dotnet/dotnet-isolated/dotnet8-isolated-mariner.Dockerfile | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) diff --git a/host/4/bookworm/dotnet/dotnet6.Dockerfile b/host/4/bookworm/dotnet/dotnet6.Dockerfile index 71fcee3af..4bb72d26f 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.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.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 cd3e469c0..ff89894b6 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.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bookworm/java/java21/java21-slim.Dockerfile b/host/4/bookworm/java/java21/java21-slim.Dockerfile index cd44f88ae..22f6ef3ee 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.33.1 +ARG HOST_VERSION=4.33.2 ARG JAVA_VERSION=21.0.1 ARG JAVA_HOME=/usr/lib/jvm/msft-21-x64 FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image diff --git a/host/4/bookworm/java/java21/java21.Dockerfile b/host/4/bookworm/java/java21/java21.Dockerfile index 4bace0d8b..cdf9d88c7 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.33.1 +ARG HOST_VERSION=4.33.2 ARG JAVA_VERSION=21.0.1 ARG JAVA_HOME=/usr/lib/jvm/msft-21-x64 FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image diff --git a/host/4/bookworm/powershell/powershell74/powershell74-appservice.Dockerfile b/host/4/bookworm/powershell/powershell74/powershell74-appservice.Dockerfile index 95c54aea5..b135643b8 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.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bookworm/powershell/powershell74/powershell74-slim.Dockerfile b/host/4/bookworm/powershell/powershell74/powershell74-slim.Dockerfile index e83ea8c0d..0c7c2d8c8 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.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bookworm/powershell/powershell74/powershell74.Dockerfile b/host/4/bookworm/powershell/powershell74/powershell74.Dockerfile index e83ea8c0d..0c7c2d8c8 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.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/base/host.Dockerfile b/host/4/bullseye/amd64/base/host.Dockerfile index a4d27b05f..98898ad0c 100644 --- a/host/4/bullseye/amd64/base/host.Dockerfile +++ b/host/4/bullseye/amd64/base/host.Dockerfile @@ -1,4 +1,4 @@ -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet-slim.Dockerfile b/host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet-slim.Dockerfile index 081c91a4f..c43018258 100644 --- a/host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet-slim.Dockerfile +++ b/host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet.Dockerfile b/host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet.Dockerfile index 58899be4d..6e4ddb408 100644 --- a/host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet.Dockerfile +++ b/host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated-slim.Dockerfile b/host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated-slim.Dockerfile index 71f589884..13afb32db 100644 --- a/host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated-slim.Dockerfile +++ b/host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated.Dockerfile b/host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated.Dockerfile index 71f589884..13afb32db 100644 --- a/host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated.Dockerfile +++ b/host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated-slim.Dockerfile b/host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated-slim.Dockerfile index 5d9e9d3c9..0dd2a0c3e 100644 --- a/host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated-slim.Dockerfile +++ b/host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated.Dockerfile b/host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated.Dockerfile index 5d9e9d3c9..0dd2a0c3e 100644 --- a/host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated.Dockerfile +++ b/host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/dotnet/dotnet8-isolated/dotnet-isolated-slim.Dockerfile b/host/4/bullseye/amd64/dotnet/dotnet8-isolated/dotnet-isolated-slim.Dockerfile index 6a03d2ea9..0e188ad6e 100644 --- a/host/4/bullseye/amd64/dotnet/dotnet8-isolated/dotnet-isolated-slim.Dockerfile +++ b/host/4/bullseye/amd64/dotnet/dotnet8-isolated/dotnet-isolated-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/dotnet/dotnet8-isolated/dotnet-isolated.Dockerfile b/host/4/bullseye/amd64/dotnet/dotnet8-isolated/dotnet-isolated.Dockerfile index 6a03d2ea9..0e188ad6e 100644 --- a/host/4/bullseye/amd64/dotnet/dotnet8-isolated/dotnet-isolated.Dockerfile +++ b/host/4/bullseye/amd64/dotnet/dotnet8-isolated/dotnet-isolated.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/java/java11/java11-slim.Dockerfile b/host/4/bullseye/amd64/java/java11/java11-slim.Dockerfile index ae4b90b25..9099287bd 100644 --- a/host/4/bullseye/amd64/java/java11/java11-slim.Dockerfile +++ b/host/4/bullseye/amd64/java/java11/java11-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 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 diff --git a/host/4/bullseye/amd64/java/java11/java11.Dockerfile b/host/4/bullseye/amd64/java/java11/java11.Dockerfile index efdf7628e..b0ea69ea3 100644 --- a/host/4/bullseye/amd64/java/java11/java11.Dockerfile +++ b/host/4/bullseye/amd64/java/java11/java11.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 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 diff --git a/host/4/bullseye/amd64/java/java17/java17-slim.Dockerfile b/host/4/bullseye/amd64/java/java17/java17-slim.Dockerfile index 858f86c67..86762a7a5 100644 --- a/host/4/bullseye/amd64/java/java17/java17-slim.Dockerfile +++ b/host/4/bullseye/amd64/java/java17/java17-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 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 diff --git a/host/4/bullseye/amd64/java/java17/java17.Dockerfile b/host/4/bullseye/amd64/java/java17/java17.Dockerfile index ecfc5b7fb..f38e5ab43 100644 --- a/host/4/bullseye/amd64/java/java17/java17.Dockerfile +++ b/host/4/bullseye/amd64/java/java17/java17.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 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 diff --git a/host/4/bullseye/amd64/java/java8/java8-slim.Dockerfile b/host/4/bullseye/amd64/java/java8/java8-slim.Dockerfile index 23ae07c18..a45c039df 100644 --- a/host/4/bullseye/amd64/java/java8/java8-slim.Dockerfile +++ b/host/4/bullseye/amd64/java/java8/java8-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 ARG JAVA_VERSION=8u392b08 ARG JDK_NAME=jdk8u392-b08 ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64 diff --git a/host/4/bullseye/amd64/java/java8/java8.Dockerfile b/host/4/bullseye/amd64/java/java8/java8.Dockerfile index 23ae07c18..a45c039df 100644 --- a/host/4/bullseye/amd64/java/java8/java8.Dockerfile +++ b/host/4/bullseye/amd64/java/java8/java8.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 ARG JAVA_VERSION=8u392b08 ARG JDK_NAME=jdk8u392-b08 ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64 diff --git a/host/4/bullseye/amd64/node/node14/node14-slim.Dockerfile b/host/4/bullseye/amd64/node/node14/node14-slim.Dockerfile index d0c8b210f..afe5e7e8d 100644 --- a/host/4/bullseye/amd64/node/node14/node14-slim.Dockerfile +++ b/host/4/bullseye/amd64/node/node14/node14-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/node/node14/node14.Dockerfile b/host/4/bullseye/amd64/node/node14/node14.Dockerfile index fda7ba314..e9cb71300 100644 --- a/host/4/bullseye/amd64/node/node14/node14.Dockerfile +++ b/host/4/bullseye/amd64/node/node14/node14.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/node/node16/node16-slim.Dockerfile b/host/4/bullseye/amd64/node/node16/node16-slim.Dockerfile index 13b596e3c..7baae5a16 100644 --- a/host/4/bullseye/amd64/node/node16/node16-slim.Dockerfile +++ b/host/4/bullseye/amd64/node/node16/node16-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/node/node16/node16.Dockerfile b/host/4/bullseye/amd64/node/node16/node16.Dockerfile index 9fe49c83c..99d4131a5 100644 --- a/host/4/bullseye/amd64/node/node16/node16.Dockerfile +++ b/host/4/bullseye/amd64/node/node16/node16.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/node/node18/node18-slim.Dockerfile b/host/4/bullseye/amd64/node/node18/node18-slim.Dockerfile index 710aa4529..1acb06026 100644 --- a/host/4/bullseye/amd64/node/node18/node18-slim.Dockerfile +++ b/host/4/bullseye/amd64/node/node18/node18-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/node/node18/node18.Dockerfile b/host/4/bullseye/amd64/node/node18/node18.Dockerfile index 680beebe8..ae0a12e86 100644 --- a/host/4/bullseye/amd64/node/node18/node18.Dockerfile +++ b/host/4/bullseye/amd64/node/node18/node18.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/node/node20/node20-slim.Dockerfile b/host/4/bullseye/amd64/node/node20/node20-slim.Dockerfile index 1dced191f..dab6baf7d 100644 --- a/host/4/bullseye/amd64/node/node20/node20-slim.Dockerfile +++ b/host/4/bullseye/amd64/node/node20/node20-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/node/node20/node20.Dockerfile b/host/4/bullseye/amd64/node/node20/node20.Dockerfile index 233f11d57..49c8a072f 100644 --- a/host/4/bullseye/amd64/node/node20/node20.Dockerfile +++ b/host/4/bullseye/amd64/node/node20/node20.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/powershell/powershell70/powershell70-slim.Dockerfile b/host/4/bullseye/amd64/powershell/powershell70/powershell70-slim.Dockerfile index ac11642e1..ae15e7ebc 100644 --- a/host/4/bullseye/amd64/powershell/powershell70/powershell70-slim.Dockerfile +++ b/host/4/bullseye/amd64/powershell/powershell70/powershell70-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/powershell/powershell70/powershell70.Dockerfile b/host/4/bullseye/amd64/powershell/powershell70/powershell70.Dockerfile index 68a7a40bb..7003cdb47 100644 --- a/host/4/bullseye/amd64/powershell/powershell70/powershell70.Dockerfile +++ b/host/4/bullseye/amd64/powershell/powershell70/powershell70.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/powershell/powershell72/powershell72-slim.Dockerfile b/host/4/bullseye/amd64/powershell/powershell72/powershell72-slim.Dockerfile index 8e5bfa0ce..55d16e6c4 100644 --- a/host/4/bullseye/amd64/powershell/powershell72/powershell72-slim.Dockerfile +++ b/host/4/bullseye/amd64/powershell/powershell72/powershell72-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/powershell/powershell72/powershell72.Dockerfile b/host/4/bullseye/amd64/powershell/powershell72/powershell72.Dockerfile index d732d7009..0d217a5e1 100644 --- a/host/4/bullseye/amd64/powershell/powershell72/powershell72.Dockerfile +++ b/host/4/bullseye/amd64/powershell/powershell72/powershell72.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/python/python310/python310-slim.Dockerfile b/host/4/bullseye/amd64/python/python310/python310-slim.Dockerfile index 45a295305..beb6cd34d 100644 --- a/host/4/bullseye/amd64/python/python310/python310-slim.Dockerfile +++ b/host/4/bullseye/amd64/python/python310/python310-slim.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/python/python310/python310.Dockerfile b/host/4/bullseye/amd64/python/python310/python310.Dockerfile index 8f898ff8d..c695c8e94 100644 --- a/host/4/bullseye/amd64/python/python310/python310.Dockerfile +++ b/host/4/bullseye/amd64/python/python310/python310.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/python/python311/python311-slim.Dockerfile b/host/4/bullseye/amd64/python/python311/python311-slim.Dockerfile index 7aa002b0a..cb5a13d6f 100644 --- a/host/4/bullseye/amd64/python/python311/python311-slim.Dockerfile +++ b/host/4/bullseye/amd64/python/python311/python311-slim.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/python/python311/python311.Dockerfile b/host/4/bullseye/amd64/python/python311/python311.Dockerfile index 7aa002b0a..cb5a13d6f 100644 --- a/host/4/bullseye/amd64/python/python311/python311.Dockerfile +++ b/host/4/bullseye/amd64/python/python311/python311.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/python/python37/python37-slim.Dockerfile b/host/4/bullseye/amd64/python/python37/python37-slim.Dockerfile index 5319d37c0..0e01ec9d8 100644 --- a/host/4/bullseye/amd64/python/python37/python37-slim.Dockerfile +++ b/host/4/bullseye/amd64/python/python37/python37-slim.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/python/python37/python37.Dockerfile b/host/4/bullseye/amd64/python/python37/python37.Dockerfile index 738e752b8..b3acb929e 100644 --- a/host/4/bullseye/amd64/python/python37/python37.Dockerfile +++ b/host/4/bullseye/amd64/python/python37/python37.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/python/python38/python38-slim.Dockerfile b/host/4/bullseye/amd64/python/python38/python38-slim.Dockerfile index be6598c6f..1df60c6b0 100644 --- a/host/4/bullseye/amd64/python/python38/python38-slim.Dockerfile +++ b/host/4/bullseye/amd64/python/python38/python38-slim.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/python/python38/python38.Dockerfile b/host/4/bullseye/amd64/python/python38/python38.Dockerfile index 57e136d80..ccd998bb4 100644 --- a/host/4/bullseye/amd64/python/python38/python38.Dockerfile +++ b/host/4/bullseye/amd64/python/python38/python38.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/python/python39/python39-slim.Dockerfile b/host/4/bullseye/amd64/python/python39/python39-slim.Dockerfile index eaf9a48bf..a20ee4c43 100644 --- a/host/4/bullseye/amd64/python/python39/python39-slim.Dockerfile +++ b/host/4/bullseye/amd64/python/python39/python39-slim.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/python/python39/python39.Dockerfile b/host/4/bullseye/amd64/python/python39/python39.Dockerfile index 20b854300..6dc6bd309 100644 --- a/host/4/bullseye/amd64/python/python39/python39.Dockerfile +++ b/host/4/bullseye/amd64/python/python39/python39.Dockerfile @@ -4,7 +4,7 @@ #------------------------------------------------------------------------------------------------------------- # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/mariner/dotnet/dotnet-isolated/dotnet7-isolated-mariner.Dockerfile b/host/4/mariner/dotnet/dotnet-isolated/dotnet7-isolated-mariner.Dockerfile index 478a10576..c24d48274 100644 --- a/host/4/mariner/dotnet/dotnet-isolated/dotnet7-isolated-mariner.Dockerfile +++ b/host/4/mariner/dotnet/dotnet-isolated/dotnet7-isolated-mariner.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0 AS runtime-image ARG HOST_VERSION diff --git a/host/4/mariner/dotnet/dotnet-isolated/dotnet8-isolated-mariner.Dockerfile b/host/4/mariner/dotnet/dotnet-isolated/dotnet8-isolated-mariner.Dockerfile index 68c2816af..aade64c24 100644 --- a/host/4/mariner/dotnet/dotnet-isolated/dotnet8-isolated-mariner.Dockerfile +++ b/host/4/mariner/dotnet/dotnet-isolated/dotnet8-isolated-mariner.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.33.1 +ARG HOST_VERSION=4.33.2 FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0 AS sdk-image ARG HOST_VERSION