This commit is contained in:
Jo Shields 2018-12-21 23:32:02 -05:00
Родитель 3cb13514d4
Коммит 1bbd429dc7
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,4 +1,4 @@
FROM mono:5.14.0.177-slim
FROM mono:5.18.0.225-slim
# MAINTAINER Jo Shields <jo.shields@xamarin.com>
# MAINTAINER Alexander Köplinger <alkpli@microsoft.com>

Просмотреть файл

@ -3,7 +3,7 @@ FROM debian:jessie-slim
# MAINTAINER Jo Shields <jo.shields@xamarin.com>
# MAINTAINER Alexander Köplinger <alkpli@microsoft.com>
ENV MONO_VERSION 5.14.0.177
ENV MONO_VERSION 5.18.0.225
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

Просмотреть файл

@ -4,12 +4,12 @@ set -e
# we want the current latest version, one minor version before that
# and the last version before a major version bump
aliases=(
'latest -> 5.16.0.179'
'latest -> 5.18.0.225'
'5.18.0 -> 5.18.0.225'
'5.18 -> 5.18.0.225'
'5.16.0 -> 5.16.0.179'
'5.16 -> 5.16.0.179'
'5.14.0 -> 5.14.0.177'
'5.14 -> 5.14.0.177'
'5 -> 5.16.0.179'
'5 -> 5.18.0.225'
'4.8.0 -> 4.8.0.524'
'4.8 -> 4.8.0.524'
'4 -> 4.8.0.524'