upgrade docker-compose to 1.29.0

This commit is contained in:
kev 2021-04-08 18:55:55 +08:00
parent 618f974c2a
commit fb4a94ba42

View File

@ -5,7 +5,7 @@
FROM arm32v7/debian:buster
MAINTAINER EasyPi Software Foundation
ENV DOCKER_COMPOSE_VERSION=1.28.4
ENV DOCKER_COMPOSE_VERSION=1.29.0
ENV PYINSTALLER_VERSION=4.1
RUN set -xe \