Skip to content

Commit 9675436

Browse files
VpOfEngineeringazfuncgh
and
azfuncgh
authored
Upgrading to host 3.20.1. (#946)
Co-authored-by: azfuncgh <[email protected]>
1 parent cf7ac9a commit 9675436

28 files changed

+28
-28
lines changed

Diff for: host/3.0/bionic/arm32v7/dotnet/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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/azure-functions/base:grpc-2.27-arm32v7 as grpc-image
44
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
55
ARG HOST_VERSION

Diff for: host/3.0/buster/amd64/base/host.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
ARG HOST_VERSION=3.20.0
2+
ARG HOST_VERSION=3.20.1
33

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

Diff for: host/3.0/buster/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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
ARG JAVA_VERSION=11.0.18
44
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
55
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image

Diff for: host/3.0/buster/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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
ARG JAVA_VERSION=11.0.18
44
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
55
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image

Diff for: host/3.0/buster/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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
ARG JAVA_VERSION=8u362b09
44
ARG JDK_NAME=jdk8u362-b09
55
ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64

Diff for: host/3.0/buster/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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
ARG JAVA_VERSION=8u362b09
44
ARG JDK_NAME=jdk8u362-b09
55
ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64

Diff for: host/3.0/buster/amd64/node/node10/node10-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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/node/node10/node10.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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/node/node12/node12-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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/node/node12/node12.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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python36/python36-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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python36/python36.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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python37/python37-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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python37/python37.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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python38/python38-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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python38/python38.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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python39/python39-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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python39/python39.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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/arm32v7/dotnet/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=3.20.0
2+
ARG HOST_VERSION=3.20.1
33
FROM mcr.microsoft.com/azure-functions/base:grpc-2.27-arm32v7 as grpc-image
44
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
55
ARG HOST_VERSION

Diff for: host/3.0/nanoserver/1809/dotnet.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV ASPNETCORE_URLS=http://+:80 `
2222
DOTNET_USE_POLLING_FILE_WATCHER=true `
2323
NUGET_XMLDOC_MODE=skip `
2424
PublishWithAspNetCoreTargetManifest=false `
25-
HOST_VERSION=3.20.0
25+
HOST_VERSION=3.20.1
2626

2727
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
2828
$BuildNumber = $Env:HOST_VERSION.split('.')[-1]; `

Diff for: host/3.0/nanoserver/1903/dotnet.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV ASPNETCORE_URLS=http://+:80 `
2323
DOTNET_USE_POLLING_FILE_WATCHER=true `
2424
NUGET_XMLDOC_MODE=skip `
2525
PublishWithAspNetCoreTargetManifest=false `
26-
HOST_VERSION=3.20.0
26+
HOST_VERSION=3.20.1
2727

2828
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
2929
$BuildNumber = $Env:HOST_VERSION.split('.')[-1]; `

Diff for: host/3.0/nanoserver/1909/dotnet.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV ASPNETCORE_URLS=http://+:80 `
2323
DOTNET_USE_POLLING_FILE_WATCHER=true `
2424
NUGET_XMLDOC_MODE=skip `
2525
PublishWithAspNetCoreTargetManifest=false `
26-
HOST_VERSION=3.20.0
26+
HOST_VERSION=3.20.1
2727

2828
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
2929
$BuildNumber = $Env:HOST_VERSION.split('.')[-1]; `

0 commit comments

Comments
 (0)