We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035abdb commit 3580cb2Copy full SHA for 3580cb2
Dockerfile
@@ -10,7 +10,7 @@ RUN echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots 4.4.
10
&& rm -rf /var/lib/apt/lists/* /tmp/*
11
12
# Install GitVersion
13
-RUN curl -Ls https://github.com/GitTools/GitVersion/releases/download/v4.0.0-beta.9/GitVersion.CommandLine.4.0.0-beta0009.nupkg -o tmp.zip \
+RUN curl -Ls https://github.com/GitTools/GitVersion/releases/download/v4.0.0-beta.12/GitVersion.CommandLine.4.0.0-beta0012.nupkg -o tmp.zip \
14
&& unzip -d /usr/lib/GitVersion tmp.zip \
15
&& rm tmp.zip
16
0 commit comments