diff --git a/host/4/bullseye/amd64/base/host.Dockerfile b/host/4/bullseye/amd64/base/host.Dockerfile index 235a79e63..46471901b 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.21.0 +ARG HOST_VERSION=4.21.1 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 112fab45e..bd946c34f 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.21.0 +ARG HOST_VERSION=4.21.1 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 ec936830b..263ebc00c 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.21.0 +ARG HOST_VERSION=4.21.1 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 6f9cba532..11a2ef87c 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.21.0 +ARG HOST_VERSION=4.21.1 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 6f02bbffd..865381426 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.21.0 +ARG HOST_VERSION=4.21.1 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 cdd93a0a5..0d2bdab55 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.21.0 +ARG HOST_VERSION=4.21.1 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 189ba09fc..9512e518f 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.21.0 +ARG HOST_VERSION=4.21.1 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 9c2c0d939..b851b348e 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.21.0 +ARG HOST_VERSION=4.21.1 ARG JAVA_VERSION=11.0.14.1_1-31205 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 f4dfe3996..6c91c96ea 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.21.0 +ARG HOST_VERSION=4.21.1 ARG JAVA_VERSION=11.0.14.1_1-31205 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 7dedc49e3..ed863b2dd 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.21.0 +ARG HOST_VERSION=4.21.1 ARG JAVA_VERSION=17.0.3 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 92fbf1ad5..71422e63d 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.21.0 +ARG HOST_VERSION=4.21.1 ARG JAVA_VERSION=17.0.3 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 a0c7f53e8..cdd7c7d90 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.21.0 +ARG HOST_VERSION=4.21.1 ARG JAVA_VERSION=8u322b06 ARG JDK_NAME=jdk8u322-b06 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 a0c7f53e8..cdd7c7d90 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.21.0 +ARG HOST_VERSION=4.21.1 ARG JAVA_VERSION=8u322b06 ARG JDK_NAME=jdk8u322-b06 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 40eb45741..c262760ee 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.21.0 +ARG HOST_VERSION=4.21.1 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 1c2ecb1a1..488edaae5 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.21.0 +ARG HOST_VERSION=4.21.1 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 ed2a13c55..07f55ec71 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.21.0 +ARG HOST_VERSION=4.21.1 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 1d184bc73..8859079a9 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.21.0 +ARG HOST_VERSION=4.21.1 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 7cc0880af..d46b79a02 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.21.0 +ARG HOST_VERSION=4.21.1 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 7bc601cce..b5c261a38 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.21.0 +ARG HOST_VERSION=4.21.1 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 72e92b091..c43597528 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.21.0 +ARG HOST_VERSION=4.21.1 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 72e92b091..c43597528 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.21.0 +ARG HOST_VERSION=4.21.1 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 f06f2e482..41d7626f6 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.21.0 +ARG HOST_VERSION=4.21.1 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 0290d4b1d..293d6d04d 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.21.0 +ARG HOST_VERSION=4.21.1 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 82251f144..429c8e2bd 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.21.0 +ARG HOST_VERSION=4.21.1 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 9a51d3a61..29cca0043 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.21.0 +ARG HOST_VERSION=4.21.1 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 7f2ff6ece..6a8adb361 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.21.0 +ARG HOST_VERSION=4.21.1 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 7f2ff6ece..6a8adb361 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.21.0 +ARG HOST_VERSION=4.21.1 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 72fa45d07..454d62135 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.21.0 +ARG HOST_VERSION=4.21.1 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 ffa4ac244..6ff15a70f 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.21.0 +ARG HOST_VERSION=4.21.1 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 08733255d..3894c90fb 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.21.0 +ARG HOST_VERSION=4.21.1 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 c3140db87..30efd3837 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.21.0 +ARG HOST_VERSION=4.21.1 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 b6710ef7b..bbdbcb8f6 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.21.0 +ARG HOST_VERSION=4.21.1 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 37c97657a..743c50273 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.21.0 +ARG HOST_VERSION=4.21.1 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION