зеркало из https://github.com/mono/docker.git
Retire 5.14, add 5.18
This commit is contained in:
Родитель
3cb13514d4
Коммит
1bbd429dc7
|
@ -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 Jo Shields <jo.shields@xamarin.com>
|
||||||
# MAINTAINER Alexander Köplinger <alkpli@microsoft.com>
|
# MAINTAINER Alexander Köplinger <alkpli@microsoft.com>
|
|
@ -3,7 +3,7 @@ FROM debian:jessie-slim
|
||||||
# MAINTAINER Jo Shields <jo.shields@xamarin.com>
|
# MAINTAINER Jo Shields <jo.shields@xamarin.com>
|
||||||
# MAINTAINER Alexander Köplinger <alkpli@microsoft.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
|
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
|
# we want the current latest version, one minor version before that
|
||||||
# and the last version before a major version bump
|
# and the last version before a major version bump
|
||||||
aliases=(
|
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.0 -> 5.16.0.179'
|
||||||
'5.16 -> 5.16.0.179'
|
'5.16 -> 5.16.0.179'
|
||||||
'5.14.0 -> 5.14.0.177'
|
'5 -> 5.18.0.225'
|
||||||
'5.14 -> 5.14.0.177'
|
|
||||||
'5 -> 5.16.0.179'
|
|
||||||
'4.8.0 -> 4.8.0.524'
|
'4.8.0 -> 4.8.0.524'
|
||||||
'4.8 -> 4.8.0.524'
|
'4.8 -> 4.8.0.524'
|
||||||
'4 -> 4.8.0.524'
|
'4 -> 4.8.0.524'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче