aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index bff8f5d87..251b09679 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -4,11 +4,11 @@ services:
stretch:
image: ${DOCKER_USER:-qbsbuild}/qbsdev:stretch
build:
- dockerfile: Dockerfile
- context: docker/stretch/
+ dockerfile: docker/stretch/Dockerfile
+ context: .
args:
- QT_VERSION: 5.11.3
- QBS_VERSION: 1.13.0
+ QT_VERSION: 5.12.4
+ QTCREATOR_VERSION: 4.9.2
working_dir: /qbs
volumes:
- .:/qbs