Skip to content

Commit 9efd386

Browse files
committed
Update host to 3.0.12930
1 parent 43a97f9 commit 9efd386

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

host/3.0/buster/amd64/base.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
22

33
ENV PublishWithAspNetCoreTargetManifest=false
4-
ENV HOST_VERSION=3.0.12915
5-
ENV HOST_COMMIT=a15c411a38931de0457764a19f22eb9fa0edeefc
4+
ENV HOST_VERSION=3.0.12930
5+
ENV HOST_COMMIT=dd61fda9ebc1b8b28eedccf60d96d4b44a66bc10
66

77
RUN BUILD_NUMBER=$(echo $HOST_VERSION | cut -d'.' -f 3) && \
88
wget https://github.com/Azure/azure-functions-host/archive/$HOST_COMMIT.tar.gz && \

host/3.0/buster/amd64/powershell6.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS runtime-image
22

33
ENV PublishWithAspNetCoreTargetManifest=false \
4-
HOST_VERSION=3.0.12915 \
5-
HOST_COMMIT=a15c411a38931de0457764a19f22eb9fa0edeefc
4+
HOST_VERSION=3.0.12930 \
5+
HOST_COMMIT=dd61fda9ebc1b8b28eedccf60d96d4b44a66bc10
66

77
RUN BUILD_NUMBER=$(echo $HOST_VERSION | cut -d'.' -f 3) && \
88
wget https://github.com/Azure/azure-functions-host/archive/$HOST_COMMIT.tar.gz && \

0 commit comments

Comments
 (0)