Skip to content

Commit 14e3ccb

Browse files
committed
Update Functions Host version to 2.0.12888
1 parent b228dea commit 14e3ccb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

host/2.0/alpine/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 installer-env
22

33
ENV PublishWithAspNetCoreTargetManifest=false \
4-
HOST_VERSION=2.0.12763 \
5-
HOST_COMMIT=5575abf992e867d142d70c7bc054ae0d032facbe
4+
HOST_VERSION=2.0.12888 \
5+
HOST_COMMIT=107be00e9a1d752c4a4ee2c3f0d03580d09d2c40
66

77
RUN BUILD_NUMBER=$(echo $HOST_VERSION | cut -d'.' -f 3) && \
88
# apk add --no-cache wget tar && \

host/2.0/alpine/amd64/powershell.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.12763 \
5-
HOST_COMMIT=5575abf992e867d142d70c7bc054ae0d032facbe
4+
HOST_VERSION=2.0.12888 \
5+
HOST_COMMIT=107be00e9a1d752c4a4ee2c3f0d03580d09d2c40
66

77
RUN BUILD_NUMBER=$(echo $HOST_VERSION | cut -d'.' -f 3) && \
88
# apk add --no-cache wget tar && \

host/2.0/stretch/amd64/base.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG HOST_VERSION=2.0.12835
1+
ARG HOST_VERSION=2.0.12888
22
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS runtime-image
33
ARG HOST_VERSION
44

host/2.0/stretch/amd64/powershell6.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG HOST_VERSION=2.0.12835
1+
ARG HOST_VERSION=2.0.12888
22
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS runtime-image
33
ARG HOST_VERSION
44

0 commit comments

Comments
 (0)