Skip to content

Commit

Permalink
(chocolatey#2227) Bump Mono version in Dockerfile and README
Browse files Browse the repository at this point in the history
Bring Mono version in line with version in CI configuration,
which was updated by chocolatey#2228
  • Loading branch information
TheCakeIsNaOH committed Apr 17, 2021
1 parent 54070f2 commit ec6b047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Running the build on Windows should produce an artifact that is tested and ready
#### Other Platforms
##### Prerequisites:

* Install and configure Mono 5.20.x (Other versions may work but have not been tested).
* Install and configure Mono. Mono 5.20 or newer should work, see the Dockerfile for the currently recommended version.
* [Debian based](http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives)

```sh
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux
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]>

Expand Down

0 comments on commit ec6b047

Please sign in to comment.