Skip to content

Commit 6be0d66

Browse files
Update Version 3.0.15885 (Azure#450)
Co-authored-by: GitHub Action <[email protected]>
1 parent 87b0744 commit 6be0d66

File tree

50 files changed

+50
-50
lines changed

Some content is hidden

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

50 files changed

+50
-50
lines changed

host/2.0-upgrade/stretch/amd64/dotnet/dotnet-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/2.0-upgrade/stretch/amd64/node/node10/node10-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/2.0-upgrade/stretch/amd64/node/node8/node8-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/2.0-upgrade/stretch/amd64/python/python36/python36-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/2.0-upgrade/stretch/amd64/python/python37/python37-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/azure-functions/base:grpc-2.27-arm32v7 as grpc-image
44
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
55
ARG HOST_VERSION

host/3.0/buster/amd64/dotnet/dotnet-inproc/dotnet-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/dotnet/dotnet-isolated/dotnet-isolated-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/java/java11/java11-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
ARG JAVA_VERSION=11u7
44
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
55
ARG HOST_VERSION

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
ARG JAVA_VERSION=11u7
44
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
55
ARG HOST_VERSION

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
ARG JAVA_VERSION=11u7
44
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
55
ARG HOST_VERSION

host/3.0/buster/amd64/java/java8/java8-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
ARG JAVA_VERSION=8u252
44
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
55
ARG HOST_VERSION

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
ARG JAVA_VERSION=8u252
44
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
55
ARG HOST_VERSION

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
ARG JAVA_VERSION=8u252
44
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
55
ARG HOST_VERSION

host/3.0/buster/amd64/node/node10/node10-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/node/node12/node12-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/node/node14/node14-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/node/node8/node8-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/powershell/powershell6-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/powershell/powershell6-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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/powershell/powershell6.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/powershell/powershell7-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/powershell/powershell7-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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/powershell/powershell7.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/python/python36/python36-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/python/python37/python37-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/python/python38/python38-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

host/3.0/buster/amd64/python/python39/python39-appservice.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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
44
ARG HOST_VERSION
55

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.0.15879
2+
ARG HOST_VERSION=3.0.15885
33
FROM mcr.microsoft.com/azure-functions/base:grpc-2.27-arm32v7 as grpc-image
44
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
55
ARG HOST_VERSION

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.0.15879
25+
HOST_VERSION=3.0.15885
2626

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

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.0.15879
26+
HOST_VERSION=3.0.15885
2727

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

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.0.15879
26+
HOST_VERSION=3.0.15885
2727

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

0 commit comments

Comments
 (0)