mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-22 22:03:03 +00:00
Document minimal versions required for docker and compose (#190)
* 1.19.0 is currently the minimal version you need to have to run this project Signed-off-by: Felix Bartels <felix@host-consultants.de> * mention minimal required versions in readme Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
FROM docker:18.09.6
|
||||
ENV COMPOSE_VERSION "1.23.2"
|
||||
ENV COMPOSE_VERSION "1.19.0"
|
||||
ENV REG_VERSION "0.16.0"
|
||||
RUN apk add --no-cache bash curl expect make nano jq py-pip
|
||||
RUN pip install --no-cache-dir docker-compose==${COMPOSE_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user