Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit b18d725

Browse files
Merge pull request #61 from thefringeninja/minmax
MinVer 1.0.0
2 parents 2e56694 + 46549ca commit b18d725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ WORKDIR /app
2929

3030
COPY ./*.sln .git ./
3131

32-
RUN dotnet tool install -g minver-cli --version 1.0.0-rc.1 && \
32+
RUN dotnet tool install -g minver-cli --version 1.0.0 && \
3333
/root/.dotnet/tools/minver > .version
3434

3535
WORKDIR /app/src

0 commit comments

Comments
 (0)