1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00

update docker-compose

This commit is contained in:
kev 2021-01-22 17:38:23 +08:00
parent 157106db2b
commit f19b716acd
2 changed files with 6 additions and 6 deletions

View File

@ -5,8 +5,8 @@
FROM arm32v7/debian:buster
MAINTAINER EasyPi Software Foundation
ENV DOCKER_COMPOSE_VERSION 1.27.4
ENV PYINSTALLER_VERSION 3.6
ENV DOCKER_COMPOSE_VERSION 1.28.0
ENV PYINSTALLER_VERSION 4.1
RUN set -xe \
&& apt-get update \

View File

@ -9,10 +9,10 @@ Automated Build for Docker Compose on Raspberry Pi
$ docker build -t easypi/docker-compose-arm .
$ docker run --name compose easypi/docker-compose-arm version
docker-compose version 1.12.0, build b31ff33
docker-py version: 2.2.1
CPython version: 3.4.2
OpenSSL version: OpenSSL 1.0.1t 3 May 2016
docker-compose version 1.28.0, build
docker-py version: 4.4.1
CPython version: 3.7.3
OpenSSL version: OpenSSL 1.1.1d 10 Sep 2019
$ docker cp compose:/usr/local/bin/docker-compose .