Upgrade Ubuntu base image

From xenial-20181005 to xenial-20181113

Issue #9
This commit is contained in:
Carlos Álvaro
2018-12-19 22:14:51 +01:00
parent 614c889a96
commit 47491ef8d7
2 changed files with 2 additions and 2 deletions

View File

@@ -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`

View File

@@ -1,4 +1,4 @@
FROM ubuntu:xenial-20181005
FROM ubuntu:xenial-20181113
LABEL maintainer="carlos.alvaro@citelan.es"
LABEL description="SaltStack master"