This commit is contained in:
Jo Shields 2019-09-23 15:13:58 -04:00
Родитель c47c852008
Коммит 1d31220a29
5 изменённых файлов: 10 добавлений и 8 удалений

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

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

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

@ -3,7 +3,7 @@ FROM debian:stretch-slim
# MAINTAINER Jo Shields <jo.shields@xamarin.com>
# MAINTAINER Alexander Köplinger <alkpli@microsoft.com>
ENV MONO_VERSION 6.0.0.313
ENV MONO_VERSION 6.0.0.334
RUN apt-get update \
&& apt-get install -y --no-install-recommends gnupg dirmngr \

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

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

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

@ -3,7 +3,7 @@ FROM debian:stretch-slim
# MAINTAINER Jo Shields <jo.shields@xamarin.com>
# MAINTAINER Alexander Köplinger <alkpli@microsoft.com>
ENV MONO_VERSION 5.18.1.28
ENV MONO_VERSION 6.4.0.198
RUN apt-get update \
&& apt-get install -y --no-install-recommends gnupg dirmngr \

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

@ -4,10 +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 -> 6.0.0.313'
'6.0.0 -> 6.0.0.313'
'6.0 -> 6.0.0.313'
'6 -> 6.0.0.313'
'latest -> 6.4.0.198'
'6.4.0 -> 6.4.0.198'
'6.4 -> 6.4.0.198'
'6.0.0 -> 6.0.0.334'
'6.0 -> 6.0.0.334'
'6 -> 6.4.0.198'
'5.20.1 -> 5.20.1.34'
'5.20 -> 5.20.1.34'
'5.18.1 -> 5.18.1.28'