Skip to content

Commit 03e53dd

Browse files
authored
Updated host version to 4.24.3 (#941)
1 parent 967878c commit 03e53dd

38 files changed

+38
-38
lines changed

Diff for: host/4/bullseye/amd64/base/host.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG HOST_VERSION=4.23.1
1+
ARG HOST_VERSION=4.24.3
22

33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION

Diff for: host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/dotnet/dotnet8-isolated/dotnet-isolated-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/dotnet/dotnet8-isolated/dotnet-isolated.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/java/java11/java11-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
ARG JAVA_VERSION=11.0.18
44
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
55
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image

Diff for: host/4/bullseye/amd64/java/java11/java11.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
ARG JAVA_VERSION=11.0.18
44
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
55
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image

Diff for: host/4/bullseye/amd64/java/java17/java17-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
ARG JAVA_VERSION=17.0.6
44
ARG JAVA_HOME=/usr/lib/jvm/msft-17-x64
55
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image

Diff for: host/4/bullseye/amd64/java/java17/java17.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
ARG JAVA_VERSION=17.0.6
44
ARG JAVA_HOME=/usr/lib/jvm/msft-17-x64
55
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image

Diff for: host/4/bullseye/amd64/java/java8/java8-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
ARG JAVA_VERSION=8u362b09
44
ARG JDK_NAME=jdk8u362-b09
55
ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64

Diff for: host/4/bullseye/amd64/java/java8/java8.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
ARG JAVA_VERSION=8u362b09
44
ARG JDK_NAME=jdk8u362-b09
55
ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64

Diff for: host/4/bullseye/amd64/node/node14/node14-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/node/node14/node14.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/node/node16/node16-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/node/node16/node16.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/node/node18/node18-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/node/node18/node18.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/node/node20/node20-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/node/node20/node20.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/powershell/powershell70/powershell70-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/powershell/powershell70/powershell70.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/powershell/powershell72/powershell72-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/powershell/powershell72/powershell72.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/python/python310/python310-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#-------------------------------------------------------------------------------------------------------------
55

66
# Build the runtime from source
7-
ARG HOST_VERSION=4.23.1
7+
ARG HOST_VERSION=4.24.3
88
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
99
ARG HOST_VERSION
1010

Diff for: host/4/bullseye/amd64/python/python310/python310.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#-------------------------------------------------------------------------------------------------------------
55

66
# Build the runtime from source
7-
ARG HOST_VERSION=4.23.1
7+
ARG HOST_VERSION=4.24.3
88
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
99
ARG HOST_VERSION
1010

Diff for: host/4/bullseye/amd64/python/python311/python311-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#-------------------------------------------------------------------------------------------------------------
55

66
# Build the runtime from source
7-
ARG HOST_VERSION=4.23.1
7+
ARG HOST_VERSION=4.24.3
88
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
99
ARG HOST_VERSION
1010

Diff for: host/4/bullseye/amd64/python/python311/python311.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#-------------------------------------------------------------------------------------------------------------
55

66
# Build the runtime from source
7-
ARG HOST_VERSION=4.23.1
7+
ARG HOST_VERSION=4.24.3
88
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
99
ARG HOST_VERSION
1010

Diff for: host/4/bullseye/amd64/python/python37/python37-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#-------------------------------------------------------------------------------------------------------------
55

66
# Build the runtime from source
7-
ARG HOST_VERSION=4.23.1
7+
ARG HOST_VERSION=4.24.3
88
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
99
ARG HOST_VERSION
1010

Diff for: host/4/bullseye/amd64/python/python37/python37.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#-------------------------------------------------------------------------------------------------------------
55

66
# Build the runtime from source
7-
ARG HOST_VERSION=4.23.1
7+
ARG HOST_VERSION=4.24.3
88
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
99
ARG HOST_VERSION
1010

Diff for: host/4/bullseye/amd64/python/python38/python38-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#-------------------------------------------------------------------------------------------------------------
55

66
# Build the runtime from source
7-
ARG HOST_VERSION=4.23.1
7+
ARG HOST_VERSION=4.24.3
88
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
99
ARG HOST_VERSION
1010

Diff for: host/4/bullseye/amd64/python/python38/python38.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#-------------------------------------------------------------------------------------------------------------
55

66
# Build the runtime from source
7-
ARG HOST_VERSION=4.23.1
7+
ARG HOST_VERSION=4.24.3
88
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
99
ARG HOST_VERSION
1010

Diff for: host/4/bullseye/amd64/python/python39/python39-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#-------------------------------------------------------------------------------------------------------------
55

66
# Build the runtime from source
7-
ARG HOST_VERSION=4.23.1
7+
ARG HOST_VERSION=4.24.3
88
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
99
ARG HOST_VERSION
1010

Diff for: host/4/bullseye/amd64/python/python39/python39.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#-------------------------------------------------------------------------------------------------------------
55

66
# Build the runtime from source
7-
ARG HOST_VERSION=4.23.1
7+
ARG HOST_VERSION=4.24.3
88
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
99
ARG HOST_VERSION
1010

Diff for: host/4/mariner/dotnet/dotnet-isolated/dotnet7-isolated.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.23.1
2+
ARG HOST_VERSION=4.24.3
33
FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0 AS runtime-image
44
ARG HOST_VERSION
55

0 commit comments

Comments
 (0)