Update docker to 18.06.3

This updates docker from 17.03.3 to 18.06.3

Change-Id: I30921dc1ccb9333c81a0b14e483a689656c4b6c5
This commit is contained in:
anthony.bellino 2019-06-28 17:17:51 +00:00 committed by Kaspars Skels
parent 0190a2b5b0
commit 91f606357b
2 changed files with 2 additions and 2 deletions

View File

@ -706,7 +706,7 @@ data:
=0YYh
-----END PGP PUBLIC KEY BLOCK-----
named:
docker: docker-ce=17.03.3~ce-0~ubuntu-xenial
docker: docker-ce=18.06.3~ce~3-0~ubuntu
socat: socat=1.7.3.1-1
repositories:
docker:

View File

@ -33,7 +33,7 @@ sudo apt-get remove --no-install-recommends -y docker docker-engine docker.io
sudo apt-get install --allow-downgrades --no-install-recommends -y \
apparmor \
ca-certificates \
docker-ce=18.06.1~ce~3-0~ubuntu \
docker-ce=18.06.3~ce~3-0~ubuntu \
git \
make \
jq \