This commit is contained in:
Jo Shields 2022-06-22 12:43:21 -04:00
Родитель 0403aaf506
Коммит 9293c0cddf
2 изменённых файлов: 2 добавлений и 2 удалений

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

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

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

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