File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS installer-env
2
2
3
3
ENV PublishWithAspNetCoreTargetManifest=false \
4
- HOST_VERSION=2.0.12763 \
5
- HOST_COMMIT=5575abf992e867d142d70c7bc054ae0d032facbe
4
+ HOST_VERSION=2.0.12888 \
5
+ HOST_COMMIT=107be00e9a1d752c4a4ee2c3f0d03580d09d2c40
6
6
7
7
RUN BUILD_NUMBER=$(echo $HOST_VERSION | cut -d'.' -f 3) && \
8
8
# apk add --no-cache wget tar && \
Original file line number Diff line number Diff line change 1
1
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS runtime-image
2
2
3
3
ENV PublishWithAspNetCoreTargetManifest=false \
4
- HOST_VERSION=2.0.12763 \
5
- HOST_COMMIT=5575abf992e867d142d70c7bc054ae0d032facbe
4
+ HOST_VERSION=2.0.12888 \
5
+ HOST_COMMIT=107be00e9a1d752c4a4ee2c3f0d03580d09d2c40
6
6
7
7
RUN BUILD_NUMBER=$(echo $HOST_VERSION | cut -d'.' -f 3) && \
8
8
# apk add --no-cache wget tar && \
Original file line number Diff line number Diff line change 1
- ARG HOST_VERSION=2.0.12835
1
+ ARG HOST_VERSION=2.0.12888
2
2
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS runtime-image
3
3
ARG HOST_VERSION
4
4
Original file line number Diff line number Diff line change 1
- ARG HOST_VERSION=2.0.12835
1
+ ARG HOST_VERSION=2.0.12888
2
2
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS runtime-image
3
3
ARG HOST_VERSION
4
4
You can’t perform that action at this time.
0 commit comments