Skip to content

Commit 06183a0

Browse files
committedDec 17, 2019
Update host to 2.0.12949
1 parent 06915bb commit 06183a0

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.12888 \
5-
HOST_COMMIT=107be00e9a1d752c4a4ee2c3f0d03580d09d2c40
4+
HOST_VERSION=2.0.12949 \
5+
HOST_COMMIT=7c6ae82f215282c3d936cf9bb21b897d971933a0
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.12888 \
5-
HOST_COMMIT=107be00e9a1d752c4a4ee2c3f0d03580d09d2c40
4+
HOST_VERSION=2.0.12949 \
5+
HOST_COMMIT=7c6ae82f215282c3d936cf9bb21b897d971933a0
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.12888
1+
ARG HOST_VERSION=2.0.12949
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.12888
1+
ARG HOST_VERSION=2.0.12949
22
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS runtime-image
33
ARG HOST_VERSION
44

0 commit comments

Comments
 (0)
Please sign in to comment.