From 47491ef8d70e7eba886f9d9a95826f7031d0c6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20=C3=81lvaro?= Date: Wed, 19 Dec 2018 22:14:51 +0100 Subject: [PATCH] Upgrade Ubuntu base image From xenial-20181005 to xenial-20181113 Issue #9 --- CHANGELOG.md | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95edc74..9cf9a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Please refer to the SaltStack [Release Notes](https://docs.saltstack.com/en/deve **2018.3.3** - Upgrade SaltStack Master to `2018.3.3` -- Change Docker base image to `ubuntu:xenial-20181005` +- Change Docker base image to `ubuntu:xenial-20181113` - Add `GitPython` support - Add `PyGit2` support - Expose `/home/salt/data/logs` diff --git a/Dockerfile b/Dockerfile index fbd6e94..1df9979 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:xenial-20181005 +FROM ubuntu:xenial-20181113 LABEL maintainer="carlos.alvaro@citelan.es" LABEL description="SaltStack master"