diff --git a/Dockerfile b/Dockerfile index 7e9e107..45ae12d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY ./vendor/qemu-bin /usr/bin/ RUN [ "cross-build-start" ] # Set the versions -ENV DOCKER_COMPOSE_VER 1.21.2 +ENV DOCKER_COMPOSE_VER 1.22.0 # docker-compose requires pyinstaller 3.3.1 (check github.com/docker/compose/requirements-build.txt) # If this changes, you may need to modify the version of "six" below ENV PYINSTALLER_VER 3.3.1