aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2022-08-05 12:55:42 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2022-08-05 16:49:35 +0000
commitb6f3683c63ceec32760da6a7018ef9c3c0c1952b (patch)
treec3ea5c5d12cd8c31f6fcba3d3abfa14b39bf3229 /docker-compose.yml
parent3e0553e4651197e61c5086d96048b75462bde897 (diff)
docker: install qdoc into Qt4 image
Change-Id: Ic0a05c8d97e77f441e6efdd1216715d2479cdb10 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 19ea817da..30d16e670 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -158,7 +158,7 @@ services:
focal-qt4:
<< : *linux
hostname: focal-qt4
- image: ${DOCKER_USER:-qbsbuild}/qbsdev:focal-qt4-0
+ image: ${DOCKER_USER:-qbsbuild}/qbsdev:focal-qt4-1
build:
dockerfile: docker/focal/test-qt4.Dockerfile
context: .