aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorRichard Weickelt <richard@weickelt.de>2019-10-23 23:57:49 +0200
committerRichard Weickelt <richard@weickelt.de>2019-10-24 16:17:16 +0000
commitc743186550d23d85cafe1983d1e2d5ecdd317345 (patch)
treee37d035f4aef0181f78b273d308f4195bf58916c /docker-compose.yml
parent29625b18b6eac46fba6691a47049afb1add3d8a8 (diff)
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 <christian.kandeler@qt.io>
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
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