Skip to content

Commit 3580cb2

Browse files
authored
Updated gitversion (#1)
1 parent 035abdb commit 3580cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots 4.4.
1010
&& rm -rf /var/lib/apt/lists/* /tmp/*
1111

1212
# 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 \
13+
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 \
1414
&& unzip -d /usr/lib/GitVersion tmp.zip \
1515
&& rm tmp.zip
1616

0 commit comments

Comments
 (0)