From 6957645c01643185fd1a58fba9f233c9ac088085 Mon Sep 17 00:00:00 2001 From: Saikiran Manchem <105010995+v-smanchem@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:11:35 -0700 Subject: [PATCH] Update Host version to 4.27.3 (#972) --- 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 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/host/4/bullseye/amd64/base/host.Dockerfile b/host/4/bullseye/amd64/base/host.Dockerfile index 39b021606..d2e5cd87f 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.27.2 +ARG HOST_VERSION=4.27.3 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 76484c752..f0b2c822c 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.27.2 +ARG HOST_VERSION=4.27.3 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 271e0e62e..0b2812769 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.27.2 +ARG HOST_VERSION=4.27.3 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 9700bcb37..643087eba 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.27.2 +ARG HOST_VERSION=4.27.3 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 ded0f655e..36b9f4d8f 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.27.2 +ARG HOST_VERSION=4.27.3 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 143ccb9f0..439b6d38c 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.27.2 +ARG HOST_VERSION=4.27.3 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 9c77b2e1d..4ce1a4423 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.27.2 +ARG HOST_VERSION=4.27.3 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 2ecc74835..52500b8ef 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.27.2 +ARG HOST_VERSION=4.27.3 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 2ecc74835..52500b8ef 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.27.2 +ARG HOST_VERSION=4.27.3 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 dab8525ac..4282afc4b 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.27.2 +ARG HOST_VERSION=4.27.3 ARG JAVA_VERSION=11.0.18 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 d6a3040d9..609fa8781 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.27.2 +ARG HOST_VERSION=4.27.3 ARG JAVA_VERSION=11.0.18 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 4f695f976..b3fda1b5b 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.27.2 +ARG HOST_VERSION=4.27.3 ARG JAVA_VERSION=17.0.6 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 42a78734f..69ffbc386 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.27.2 +ARG HOST_VERSION=4.27.3 ARG JAVA_VERSION=17.0.6 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 b1e844d22..39f049ecb 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.27.2 +ARG HOST_VERSION=4.27.3 ARG JAVA_VERSION=8u362b09 ARG JDK_NAME=jdk8u362-b09 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 b1e844d22..39f049ecb 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.27.2 +ARG HOST_VERSION=4.27.3 ARG JAVA_VERSION=8u362b09 ARG JDK_NAME=jdk8u362-b09 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 b942c64c0..a48aa49c9 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.27.2 +ARG HOST_VERSION=4.27.3 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 c458e19b3..87a47c85f 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.27.2 +ARG HOST_VERSION=4.27.3 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 07c95724c..5125f2d37 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.27.2 +ARG HOST_VERSION=4.27.3 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 bccaa4532..d0db1481a 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.27.2 +ARG HOST_VERSION=4.27.3 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 0e363f4ed..b3cba7fa9 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.27.2 +ARG HOST_VERSION=4.27.3 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 762f854c5..e259e55f8 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.27.2 +ARG HOST_VERSION=4.27.3 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 cdc742f1c..7a9863505 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.27.2 +ARG HOST_VERSION=4.27.3 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 2b7a7249e..bfff22efa 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.27.2 +ARG HOST_VERSION=4.27.3 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 0e614b851..bdf77754f 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.27.2 +ARG HOST_VERSION=4.27.3 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 0e614b851..bdf77754f 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.27.2 +ARG HOST_VERSION=4.27.3 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 d9308c428..47b0b7ea6 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.27.2 +ARG HOST_VERSION=4.27.3 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 3fdc8d556..48e4a1aa1 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.27.2 +ARG HOST_VERSION=4.27.3 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 cca3bd996..aba70ae09 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.27.2 +ARG HOST_VERSION=4.27.3 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 79a862fc9..a6f3f5d38 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.27.2 +ARG HOST_VERSION=4.27.3 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 8c49364b3..8c4fc4331 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.27.2 +ARG HOST_VERSION=4.27.3 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 8c49364b3..8c4fc4331 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.27.2 +ARG HOST_VERSION=4.27.3 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 6ce532f84..93d55d11f 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.27.2 +ARG HOST_VERSION=4.27.3 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 98f10ef79..b4fd9a1b2 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.27.2 +ARG HOST_VERSION=4.27.3 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 2ee9c5028..f207d5dee 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.27.2 +ARG HOST_VERSION=4.27.3 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 9fc6aae49..81254d289 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.27.2 +ARG HOST_VERSION=4.27.3 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 96ce78679..31894b5d2 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.27.2 +ARG HOST_VERSION=4.27.3 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 d774372e3..84bff50a4 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.27.2 +ARG HOST_VERSION=4.27.3 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION