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

Commit b4eecb1

Browse files
Merge pull request #73 from thefringeninja/maxmin
MinVer 1.0.0
2 parents 7ea383f + 9a998be commit b4eecb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /src
44

55
COPY .git ./
66

7-
RUN dotnet tool install -g minver-cli --version 1.0.0-beta.2 && \
7+
RUN dotnet tool install -g minver-cli --version 1.0.0 && \
88
/root/.dotnet/tools/minver > .version
99

1010
FROM node:10.12.0-alpine AS build
@@ -33,4 +33,4 @@ RUN \
3333
echo "@sqlstreamstore:registry=https://www.myget.org/F/sqlstreamstore/npm/" >> .npmrc && \
3434
yarn publish --new-version $(cat .version) --no-git-tag-version ;\
3535
else echo "No API key found, skipping publishing..." ;\
36-
fi
36+
fi

0 commit comments

Comments
 (0)