File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ services:
5
5
- docker
6
6
env :
7
7
global :
8
- - DOCKER_VERSION=1.10.2-0~trusty
9
- - DOCKER_COMPOSE_VERSION=1.6.2
8
+ - DOCKER_COMPOSE_VERSION=1.17.1
10
9
matrix :
11
10
- OS=jessie64 SERVER=minecraft PROCESS_CONTROL=systemd
12
11
- OS=jessie64 SERVER=minecraft PROCESS_CONTROL=supervisor
Original file line number Diff line number Diff line change 2
2
set -euo pipefail
3
3
IFS=$' \n\t '
4
4
5
- apt-get -o Dpkg::Options::= " --force-confnew " install --force-yes -y docker-engine= " ${DOCKER_VERSION} "
5
+ apt-get install --force-yes -y docker-ce
6
6
7
7
curl -L " https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION} /docker-compose-$( uname -s) -$( uname -m) " > /usr/local/bin/docker-compose
8
8
chmod +x /usr/local/bin/docker-compose
You can’t perform that action at this time.
0 commit comments