Skip to content

Commit 28a6fd7

Browse files
author
Cooper Link
committed
Merge branch 'release/4.x-hotfix' of https://github.com/Azure/azure-functions-docker into release/4.x-hotfix
2 parents 38e1f70 + 241b88f commit 28a6fd7

36 files changed

+36
-36
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.11.2
1+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.3
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

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.11.2
2+
ARG HOST_VERSION=4.11.3
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

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.11.2
2+
ARG HOST_VERSION=4.11.3
33
ARG JAVA_VERSION=17.0.3
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.11.2
2+
ARG HOST_VERSION=4.11.3
33
ARG JAVA_VERSION=17.0.3
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.11.2
2+
ARG HOST_VERSION=4.11.3
33
ARG JAVA_VERSION=8u312b07
44
ARG JDK_NAME=jdk8u312-b07
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.11.2
2+
ARG HOST_VERSION=4.11.3
33
ARG JAVA_VERSION=8u312b07
44
ARG JDK_NAME=jdk8u312-b07
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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
2+
ARG HOST_VERSION=4.11.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.11.2
7+
ARG HOST_VERSION=4.11.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.11.2
7+
ARG HOST_VERSION=4.11.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.11.2
7+
ARG HOST_VERSION=4.11.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.11.2
7+
ARG HOST_VERSION=4.11.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.11.2
7+
ARG HOST_VERSION=4.11.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.11.2
7+
ARG HOST_VERSION=4.11.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.11.2
7+
ARG HOST_VERSION=4.11.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.11.2
7+
ARG HOST_VERSION=4.11.3
88
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
99
ARG HOST_VERSION
1010

Diff for: host/4/dotnet-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trigger:
1717
include:
1818
- dev
1919
- refs/tags/4.*
20-
- release/4.x
20+
- release/4.*
2121
- refresh/4.*
2222
paths:
2323
include:

Diff for: host/4/java-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ trigger:
2121
include:
2222
- dev
2323
- refs/tags/4.*
24-
- release/4.x
24+
- release/4.*
2525
- refresh/4.*
2626
paths:
2727
include:

Diff for: host/4/node-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trigger:
1717
include:
1818
- dev
1919
- refs/tags/4.*
20-
- release/4.x
20+
- release/4.*
2121
- refresh/4.*
2222
paths:
2323
include:

Diff for: host/4/powershell-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ trigger:
1818
include:
1919
- dev
2020
- refs/tags/4.*
21-
- release/4.x
21+
- release/4.*
2222
- refresh/4.*
2323
paths:
2424
include:

Diff for: host/4/python-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trigger:
1717
include:
1818
- dev
1919
- refs/tags/4.*
20-
- release/4.x
20+
- release/4.*
2121
- refresh/4.*
2222
paths:
2323
include:

0 commit comments

Comments
 (0)