Skip to content

Commit a3bf081

Browse files
authored
Update Host version to 4.28.0 (#1006)
1 parent 534c2b7 commit a3bf081

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-45
lines changed

host/4/bookworm/dotnet/dotnet6.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.27.7
2+
ARG HOST_VERSION=4.28.0
33
FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image
44
ARG HOST_VERSION
55

host/4/bookworm/java/java21/java21-appservice.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG JAVA_VERSION=21.0.0
22
ARG JAVA_HOME=/usr/lib/jvm/msft-21-x64
33
# Build the runtime from source
4-
ARG HOST_VERSION=4.27.7
4+
ARG HOST_VERSION=4.28.0
55
FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image
66
ARG HOST_VERSION
77

host/4/bookworm/java/java21/java21-slim.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.27.7
2+
ARG HOST_VERSION=4.28.0
33
ARG JAVA_VERSION=21.0.0
44
ARG JAVA_HOME=/usr/lib/jvm/msft-21-x64
55
FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image

host/4/bookworm/java/java21/java21.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.27.7
2+
ARG HOST_VERSION=4.28.0
33
ARG JAVA_VERSION=21.0.0
44
ARG JAVA_HOME=/usr/lib/jvm/msft-21-x64
55
FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image

host/4/bookworm/powershell/powershell74/powershell74-appservice.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.27.7
2+
ARG HOST_VERSION=4.28.0
33
FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image
44
ARG HOST_VERSION
55

host/4/bookworm/powershell/powershell74/powershell74-slim.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.27.7
2+
ARG HOST_VERSION=4.28.0
33
FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image
44
ARG HOST_VERSION
55

host/4/bookworm/powershell/powershell74/powershell74.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.27.7
2+
ARG HOST_VERSION=4.28.0
33
FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image
44
ARG HOST_VERSION
55

host/4/bullseye/amd64/base/host.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG HOST_VERSION=4.27.7
1+
ARG HOST_VERSION=4.28.0
22

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

host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet-slim.Dockerfile

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

host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet.Dockerfile

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

0 commit comments

Comments
 (0)