Skip to content

Commit

Permalink
Upgrade minver@5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Jun 7, 2024
1 parent 359906f commit a4f91f2
Showing 1 changed file with 2 additions and 2 deletions.
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.3.0
ARG DOTNET_MINVER_SHA512=90e851ccee7ec6249b0ba48221646a7d43b938fa074e3da7a22470ab0ea548d5c7e2a8b8628f3204d9ddf163f5c16f2b804d21f50165dc7e20848f155e288c0e
ARG DOTNET_MINVER_VERSION=5.0.0
ARG DOTNET_MINVER_SHA512=d4c1c25a51ac330574e6d95aa3cab88a47175ec0953a5a5fdac81d281664e7abdebf067834af6b368f5f6b7307ac1d1ebcda32b4fad017222899e78a5dac2064
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

0 comments on commit a4f91f2

Please sign in to comment.