aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2020-02-06 12:14:44 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2020-02-10 13:00:20 +0000
commit50133328dd92373fefdd354a62aa3e49eec239a8 (patch)
tree937d6d24460e3dd378b12ad3af39c5c8db02a787 /docker-compose.yml
parentc612c156844073af1307dd8bd868069595b0a532 (diff)
Install more packages in bionic image to run more tests
Change-Id: I21691196660a6f5650f6328abe43ec2269a09dbc Reviewed-by: Richard Weickelt <richard@weickelt.de> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 6f7b9954b..18f316e7b 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -15,7 +15,7 @@ services:
bionic:
<< : *linux
hostname: bionic
- image: ${DOCKER_USER:-qbsbuild}/qbsdev:bionic-5.12.6_1.14.1-2
+ image: ${DOCKER_USER:-qbsbuild}/qbsdev:bionic-5.12.6_1.14.1-3
build:
dockerfile: docker/bionic/Dockerfile
context: .