From eab4cb9b9ce7162c8d544641167a2f51434b5891 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Tue, 26 Oct 2021 18:53:36 +0200 Subject: docker: update Qbs in the Focal image Change-Id: Ic70618a70ec0ad2422d65cd8771c307236cc7a6d Reviewed-by: Christian Kandeler --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 152f35af6..b7e2e6c6b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,13 +21,13 @@ services: focal: << : *linux hostname: focal - image: ${DOCKER_USER:-qbsbuild}/qbsdev:focal-5.15.2_1.19.2-0 + image: ${DOCKER_USER:-qbsbuild}/qbsdev:focal-5.15.2_1.20.1-0 build: dockerfile: docker/focal/Dockerfile context: . args: QT_VERSION: 5.15.2 - QTCREATOR_VERSION: 4.15.2 + QTCREATOR_VERSION: 5.0.2 focal-qt6: << : *linux -- cgit v1.2.3