зеркало из https://github.com/mono/docker.git
Bump to Mono 5.x.1.0 (security update)
This commit is contained in:
Родитель
d68573b064
Коммит
3c2e39edd2
|
@ -1,4 +1,4 @@
|
|||
FROM mono:5.16.0.220-slim
|
||||
FROM mono:5.16.1.0-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.0.225
|
||||
ENV MONO_VERSION 5.16.1.0
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends gnupg dirmngr \
|
||||
|
@ -16,7 +16,7 @@ RUN apt-get update \
|
|||
&& apt-key list | grep Xamarin \
|
||||
&& apt-get purge -y --auto-remove gnupg dirmngr
|
||||
|
||||
RUN echo "deb http://download.mono-project.com/repo/debian stable-stretch/snapshots/$MONO_VERSION main" > /etc/apt/sources.list.d/mono-official-stable.list \
|
||||
RUN echo "deb http://download.mono-project.com/repo/debian vs-stretch/snapshots/$MONO_VERSION main" > /etc/apt/sources.list.d/mono-official-vs.list \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y mono-runtime \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
|
@ -1,4 +1,4 @@
|
|||
FROM mono:5.18.0.225-slim
|
||||
FROM mono:5.18.1.0-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.16.0.220
|
||||
ENV MONO_VERSION 5.18.1.0
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends gnupg dirmngr \
|
Загрузка…
Ссылка в новой задаче