diff --git a/Makefile b/Makefile index 620c337..ace1b2a 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,5 @@ PLATFORM := $(shell uname -s) $(eval GIT_USERNAME := $(if $(GIT_USERNAME),$(GIT_USERNAME),gitlab-ci-token)) $(eval GIT_PASSWORD := $(if $(GIT_PASSWORD),$(GIT_PASSWORD),$(CI_JOB_TOKEN))) DOCKER_REPO := https://github.com/drupalwxt/docker-scaffold.git -GET_DOCKER := $(shell [ -d docker ] || git clone --branch 9.2.x $(DOCKER_REPO) docker) +GET_DOCKER := $(shell [ -d docker ] || git clone --branch 10.3.x $(DOCKER_REPO) docker) include docker/Makefile