Skip to content

Commit f7c3cb9

Browse files
committed
Update to 4.0.0-beta.9
1 parent 3e9275a commit f7c3cb9

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

3.6.4/Dockerfile

Lines changed: 0 additions & 21 deletions
This file was deleted.

4.0.0/Dockerfile renamed to 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.7/GitVersion.CommandLine.4.0.0-beta0007.nupkg -o tmp.zip \
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 \
1414
&& unzip -d /usr/lib/GitVersion tmp.zip \
1515
&& rm tmp.zip
1616

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Supported tags and `Dockerfile` links
2-
- [`3.3.6`, `3.3`, `stable` (*3.3.6/Dockerfile*)](https://github.com/ilucker/docker-gitversion/blob/master/3.3.6/Dockerfile)
3-
- [`4.0.0-beta.7`, `4.0.0`, `4.0`, `latest` (*4.0.0/Dockerfile*)](https://github.com/ilucker/docker-gitversion/blob/master/4.0.0/Dockerfile)
4-
51
# What is GitVersion
62

73
GitVersion is a tool to help you achieve *Semantic Versioning* on your project.

0 commit comments

Comments
 (0)