Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Sep 28, 2022
1 parent 90403f3 commit 4f5b5c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Update per build.
- .NETCore 3.1 SDK: 3.1.421
- .NET 3.1 and ASP.NETCore 3.1: 3.1.27
- Powershell Core: 7.2.5
- MinVer Cli: 4.1.0
- MinVer Cli: 4.2.0
4 changes: 2 additions & 2 deletions minver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0

# Install minver Console global tool
ARG DOTNET_MINVER_VERSION=4.1.0
ARG DOTNET_MINVER_SHA512=5d7ba40d2630e68c50a3f9e6e91772164376d4061122709c04b668ed98441fd4d11090bf1c274709b2d2e4b8d131e47170587c331d92801ba1e725ed094122da
ARG DOTNET_MINVER_VERSION=4.2.0
ARG DOTNET_MINVER_SHA512=4a4588a6e22152549396364108b8657a6d0e4cb61937732f587286e3637950d993570dd592a210425fe4681e572369c214721cc035b3344105d381096e74ff29
ENV DOTNET_MINVER_VERSION=${DOTNET_MINVER_VERSION}

RUN curl -SL --output minver-cli.$DOTNET_MINVER_VERSION.nupkg https://globalcdn.nuget.org/packages/minver-cli.$DOTNET_MINVER_VERSION.nupkg \
Expand Down
2 changes: 1 addition & 1 deletion teamcity-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DOTNET_SDK_VERSION31=3.1.421
ARG DOTNET_SDK_VERSION5=5.0.408
ARG DOTNET_SDK_VERSION6=6.0.302
ARG MINVER_IMAGE_TAG=4.1.0
ARG MINVER_IMAGE_TAG=4.2.0
ARG MINVER_IMAGE=teslaconsulting/minver-cli:$MINVER_IMAGE_TAG
ARG TEAMCITYAGENT_IMAGE_REPOS=jetbrains/teamcity-agent
ARG TEAMCITYAGENT_IMAGE_TAG=2022.04.2-linux
Expand Down

0 comments on commit 4f5b5c8

Please sign in to comment.