1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

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

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