Skip to content

Commit

Permalink
Upgrading to host 3.20.1. (#946)
Browse files Browse the repository at this point in the history
Co-authored-by: azfuncgh <[email protected]>
  • Loading branch information
VpOfEngineering and azfuncgh authored Aug 10, 2023
1 parent cf7ac9a commit 9675436
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion host/3.0/bionic/arm32v7/dotnet/dotnet.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/azure-functions/base:grpc-2.27-arm32v7 as grpc-image
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/base/host.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1

FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/java/java11/java11-slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
ARG JAVA_VERSION=11.0.18
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/java/java11/java11.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
ARG JAVA_VERSION=11.0.18
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/java/java8/java8-slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
ARG JAVA_VERSION=8u362b09
ARG JDK_NAME=jdk8u362-b09
ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/java/java8/java8.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
ARG JAVA_VERSION=8u362b09
ARG JDK_NAME=jdk8u362-b09
ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/node/node10/node10-slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/node/node10/node10.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/node/node12/node12-slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/node/node12/node12.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/node/node14/node14-slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/node/node14/node14.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/python/python36/python36.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/python/python37/python37.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/python/python38/python38.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/python/python39/python39.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/arm32v7/dotnet/dotnet.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.20.0
ARG HOST_VERSION=3.20.1
FROM mcr.microsoft.com/azure-functions/base:grpc-2.27-arm32v7 as grpc-image
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/nanoserver/1809/dotnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV ASPNETCORE_URLS=http://+:80 `
DOTNET_USE_POLLING_FILE_WATCHER=true `
NUGET_XMLDOC_MODE=skip `
PublishWithAspNetCoreTargetManifest=false `
HOST_VERSION=3.20.0
HOST_VERSION=3.20.1

RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
$BuildNumber = $Env:HOST_VERSION.split('.')[-1]; `
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/nanoserver/1903/dotnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV ASPNETCORE_URLS=http://+:80 `
DOTNET_USE_POLLING_FILE_WATCHER=true `
NUGET_XMLDOC_MODE=skip `
PublishWithAspNetCoreTargetManifest=false `
HOST_VERSION=3.20.0
HOST_VERSION=3.20.1

RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
$BuildNumber = $Env:HOST_VERSION.split('.')[-1]; `
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/nanoserver/1909/dotnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV ASPNETCORE_URLS=http://+:80 `
DOTNET_USE_POLLING_FILE_WATCHER=true `
NUGET_XMLDOC_MODE=skip `
PublishWithAspNetCoreTargetManifest=false `
HOST_VERSION=3.20.0
HOST_VERSION=3.20.1

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

0 comments on commit 9675436

Please sign in to comment.