From eefdbd84c1ebf007993cdb60ea57c9f323c730f2 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Mon, 30 Oct 2023 23:05:53 +0200 Subject: [PATCH] Update dockerfile version --- core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Dockerfile b/core/Dockerfile index 02f1197..9d505b6 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -32,7 +32,7 @@ LABEL name="EOEPCA data access core" \ vendor="EOX IT Services GmbH " \ license="MIT Copyright (C) 2019 EOX IT Services GmbH " \ type="EOEPCA data access core" \ - version="1.1.6" + version="1.4-dev1" RUN pip3 install PyYAML "SQLAlchemy<2.0.0" OWSLib pygeometa pystac_client && \ pip3 install https://github.com/geopython/pycsw/archive/master.zip