forked from chocolatey/choco
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chocolatey#2227) Bump Mono version in Dockerfile and README
Bring Mono version in line with version in CI configuration, which was updated by chocolatey#2228
- Loading branch information
1 parent
54070f2
commit ec6b047
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM mono:5.20.1.19 | ||
FROM mono:6.12 | ||
|
||
MAINTAINER Justin Phelps <[email protected]> | ||
|
||
|