Skip to content

Commit 213859d

Browse files
CooperLinkCooper Link
andauthored
Manually update to 4.10.5, update release (#783)
Co-authored-by: Cooper Link <cooperlink@microsoft.com>
1 parent 40ae63a commit 213859d

32 files changed

+31
-32
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
git config --local user.name "Azure Functions"
2727
git fetch --all
2828
git checkout -b ${{ github.event.inputs.targetBranch }} origin/${{ github.event.inputs.targetBranch }}
29-
git merge dev
3029
git tag ${{ github.event.inputs.version }}
3130
git push
3231
git push origin ${{ github.event.inputs.version }}

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.10.3
1+
ARG HOST_VERSION=4.10.5
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.10.3
2+
ARG HOST_VERSION=4.10.5
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.10.3
2+
ARG HOST_VERSION=4.10.5
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated-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.10.3
2+
ARG HOST_VERSION=4.10.5
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated.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.10.3
2+
ARG HOST_VERSION=4.10.5
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated-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.10.3
2+
ARG HOST_VERSION=4.10.5
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated.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.10.3
2+
ARG HOST_VERSION=4.10.5
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

host/4/bullseye/amd64/java/java11/java11-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.10.3
2+
ARG HOST_VERSION=4.10.5
33
ARG JAVA_VERSION=11.0.13.8.1
44
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
55
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image

host/4/bullseye/amd64/java/java11/java11.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.10.3
2+
ARG HOST_VERSION=4.10.5
33
ARG JAVA_VERSION=11.0.13.8.1
44
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
55
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image

0 commit comments

Comments
 (0)