From c743186550d23d85cafe1983d1e2d5ecdd317345 Mon Sep 17 00:00:00 2001 From: Richard Weickelt Date: Wed, 23 Oct 2019 23:57:49 +0200 Subject: Update build environment and Bionic Docker image Update also the docs to refer to the Ubuntu image rather than Debian. Change-Id: I2c64f8f169c7a8ff9d5090ebc55c56bffd957659 Reviewed-by: Christian Kandeler --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index c29d09462..885c9c70c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,13 +12,13 @@ services: bionic: << : *linux hostname: bionic - image: ${DOCKER_USER:-qbsbuild}/qbsdev:bionic-5.12.5_1.13.1-2 + image: ${DOCKER_USER:-qbsbuild}/qbsdev:bionic-5.12.5_1.14.0-0 build: dockerfile: docker/bionic/Dockerfile context: . args: QT_VERSION: 5.12.5 - QTCREATOR_VERSION: 4.9.2 + QTCREATOR_VERSION: 4.10.1 stretch: << : *linux -- cgit v1.2.3