diff --git a/host/4/bullseye/amd64/base/host.Dockerfile b/host/4/bullseye/amd64/base/host.Dockerfile index c2f20646f..5a828b0aa 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.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100 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 1193077e5..f4c167c0e 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.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 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 81139aa51..e23feca03 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.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 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 b51a9bd28..caab287bb 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.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 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 32cc51348..a1eee642a 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.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 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 1b1fc6c26..8e3062e16 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.1.2 +ARG HOST_VERSION=4.1.3 ARG JAVA_VERSION=11u11 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/java/java11/java11.Dockerfile b/host/4/bullseye/amd64/java/java11/java11.Dockerfile index 1b1fc6c26..8e3062e16 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.1.2 +ARG HOST_VERSION=4.1.3 ARG JAVA_VERSION=11u11 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/java/java8/java8-slim.Dockerfile b/host/4/bullseye/amd64/java/java8/java8-slim.Dockerfile index f7acb3c10..fc1137b91 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.1.2 +ARG HOST_VERSION=4.1.3 ARG JAVA_VERSION=8u292 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/java/java8/java8.Dockerfile b/host/4/bullseye/amd64/java/java8/java8.Dockerfile index f7acb3c10..fc1137b91 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.1.2 +ARG HOST_VERSION=4.1.3 ARG JAVA_VERSION=8u292 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/node/node14/node14-slim.Dockerfile b/host/4/bullseye/amd64/node/node14/node14-slim.Dockerfile index b5665eaca..f66ce95d4 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.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 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 ed53529bf..c832a83c7 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.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 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 8d2f771a5..c2b9fb4e7 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.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 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 ac2d86c3e..c99726e74 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.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/powershell/powershell7-appservice.Dockerfile b/host/4/bullseye/amd64/powershell/powershell7-appservice.Dockerfile index 75c49e8b4..e75669e21 100644 --- a/host/4/bullseye/amd64/powershell/powershell7-appservice.Dockerfile +++ b/host/4/bullseye/amd64/powershell/powershell7-appservice.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/powershell/powershell7-slim.Dockerfile b/host/4/bullseye/amd64/powershell/powershell7-slim.Dockerfile index 214a027ce..42cb4b80b 100644 --- a/host/4/bullseye/amd64/powershell/powershell7-slim.Dockerfile +++ b/host/4/bullseye/amd64/powershell/powershell7-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 AS runtime-image ARG HOST_VERSION diff --git a/host/4/bullseye/amd64/powershell/powershell7.Dockerfile b/host/4/bullseye/amd64/powershell/powershell7.Dockerfile index 214a027ce..42cb4b80b 100644 --- a/host/4/bullseye/amd64/powershell/powershell7.Dockerfile +++ b/host/4/bullseye/amd64/powershell/powershell7.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 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 ff1d28248..b3302da0d 100644 --- a/host/4/bullseye/amd64/python/python37/python37-slim.Dockerfile +++ b/host/4/bullseye/amd64/python/python37/python37-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 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 b031383b4..08a6253ca 100644 --- a/host/4/bullseye/amd64/python/python37/python37.Dockerfile +++ b/host/4/bullseye/amd64/python/python37/python37.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 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 9df647ede..b0514c2fa 100644 --- a/host/4/bullseye/amd64/python/python38/python38-slim.Dockerfile +++ b/host/4/bullseye/amd64/python/python38/python38-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 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 c8b8784bd..b4e355050 100644 --- a/host/4/bullseye/amd64/python/python38/python38.Dockerfile +++ b/host/4/bullseye/amd64/python/python38/python38.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 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 47b3890b3..7cc36d546 100644 --- a/host/4/bullseye/amd64/python/python39/python39-slim.Dockerfile +++ b/host/4/bullseye/amd64/python/python39/python39-slim.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 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 ca24dcc35..fc98a0262 100644 --- a/host/4/bullseye/amd64/python/python39/python39.Dockerfile +++ b/host/4/bullseye/amd64/python/python39/python39.Dockerfile @@ -1,5 +1,5 @@ # Build the runtime from source -ARG HOST_VERSION=4.1.2 +ARG HOST_VERSION=4.1.3 FROM mcr.microsoft.com/dotnet/sdk:6.0.100-rc.2 AS runtime-image ARG HOST_VERSION