diff --git a/server-ce/test/Makefile b/server-ce/test/Makefile index 3fc7d4956a..9aa69ae005 100644 --- a/server-ce/test/Makefile +++ b/server-ce/test/Makefile @@ -87,8 +87,7 @@ prefetch_old_5_0: prefetch_custom: build_hotfix_5_5_5 build_hotfix_5_5_5: docker pull $(IMAGE_TAG_PRO_BASE):5.5.4 - docker tag $(IMAGE_TAG_PRO_BASE):5.5.4 quay.io/sharelatex/sharelatex-pro:5.5.4 - cd ../../server-pro/hotfix/5.5.5 && docker build -t $(IMAGE_TAG_PRO_BASE):5.5.5 . + cd ../../server-pro/hotfix/5.5.5 && docker build --build-arg BASE_IMAGE=$(IMAGE_TAG_PRO_BASE):5.5.4 -t $(IMAGE_TAG_PRO_BASE):5.5.5 . # Google Cloud Build runs on a very ancient Docker version that does not support the subdir flag. # Use services -> mailtrap -> build -> context = https://github.com/dbck/docker-mailtrap.git#v1.5.0:build in docker-compose.yml eventually.