diff --git a/host/4/bullseye/amd64/base/host.Dockerfile b/host/4/bullseye/amd64/base/host.Dockerfile index 833dbb78c..70fee9468 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.10.2 +ARG HOST_VERSION=4.10.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 8456a6727..191ea9c91 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.10.2 +ARG HOST_VERSION=4.10.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 e8e94a776..9940e71fb 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.10.2 +ARG HOST_VERSION=4.10.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 072337b75..a2a6fe6a7 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.10.2 +ARG HOST_VERSION=4.10.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 2c3e1bf9e..6dc566e43 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.10.2 +ARG HOST_VERSION=4.10.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 6fc426371..bba14ee02 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.10.2 +ARG HOST_VERSION=4.10.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 2b78d0689..fdc7a3cb0 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.10.2 +ARG HOST_VERSION=4.10.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 fc74e1a30..714fb125c 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.10.2 +ARG HOST_VERSION=4.10.3 ARG JAVA_VERSION=11.0.13.8.1 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 7db86efe6..84b0be63c 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.10.2 +ARG HOST_VERSION=4.10.3 ARG JAVA_VERSION=11.0.13.8.1 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 c6289901d..b8b0537fa 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.10.2 +ARG HOST_VERSION=4.10.3 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 b025ca581..84d5909fd 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.10.2 +ARG HOST_VERSION=4.10.3 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 77f8d9fd2..ab95c3b2e 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.10.2 +ARG HOST_VERSION=4.10.3 ARG JAVA_VERSION=8u312b07 ARG JDK_NAME=jdk8u312-b07 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 77f8d9fd2..ab95c3b2e 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.10.2 +ARG HOST_VERSION=4.10.3 ARG JAVA_VERSION=8u312b07 ARG JDK_NAME=jdk8u312-b07 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 4751bcc5e..ae3a428fc 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.10.2 +ARG HOST_VERSION=4.10.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 dd87d4c7d..cbee8bb6f 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.10.2 +ARG HOST_VERSION=4.10.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 6d0610bab..2a3b1fb7c 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.10.2 +ARG HOST_VERSION=4.10.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 c1c29ba86..41f332cb6 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.10.2 +ARG HOST_VERSION=4.10.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 d58f6af9d..fd6891643 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.10.2 +ARG HOST_VERSION=4.10.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 d58f6af9d..fd6891643 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.10.2 +ARG HOST_VERSION=4.10.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 2a67892de..47b084b47 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.10.2 +ARG HOST_VERSION=4.10.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 2a67892de..47b084b47 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.10.2 +ARG HOST_VERSION=4.10.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 75dca4b20..a46d98482 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.10.2 +ARG HOST_VERSION=4.10.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 0db617523..f5d295ee2 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.10.2 +ARG HOST_VERSION=4.10.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 517e599c1..1e5a5ca57 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.10.2 +ARG HOST_VERSION=4.10.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 4ddaae5ff..c825ce735 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.10.2 +ARG HOST_VERSION=4.10.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 8fe464d9d..b87261af8 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.10.2 +ARG HOST_VERSION=4.10.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 b3faf7cfb..08c0967e5 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.10.2 +ARG HOST_VERSION=4.10.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 7594ef899..f96e22e8b 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.10.2 +ARG HOST_VERSION=4.10.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 9f9c4cf60..d6b3e0626 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.10.2 +ARG HOST_VERSION=4.10.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 abb79feb0..e6e0e460d 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.10.2 +ARG HOST_VERSION=4.10.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 5d3dbcb2a..1dde05008 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.10.2 +ARG HOST_VERSION=4.10.3 FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image ARG HOST_VERSION