Skip to content

Commit 4d8996b

Browse files
authored
Update runtime version to 2.0.12808 (#160)
1 parent 12336c6 commit 4d8996b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

host/2.0/stretch/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:2.2 AS runtime-image
22

33
ENV PublishWithAspNetCoreTargetManifest=false
4-
ENV HOST_VERSION=2.0.12792
5-
ENV HOST_COMMIT=1e7677116a4a94e615f657369d37dc16289071e0
4+
ENV HOST_VERSION=2.0.12808
5+
ENV HOST_COMMIT=64e0b54013c35ad7ba867dc8a5b096407b4b4010
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/2.0/stretch/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:2.2 AS runtime-image
22

33
ENV PublishWithAspNetCoreTargetManifest=false \
4-
HOST_VERSION=2.0.12792 \
5-
HOST_COMMIT=1e7677116a4a94e615f657369d37dc16289071e0
4+
HOST_VERSION=2.0.12808 \
5+
HOST_COMMIT=64e0b54013c35ad7ba867dc8a5b096407b4b4010
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)