From 8aad91a19ec6565dad4b12bb42d9c48de33e950e Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Sun, 12 Mar 2023 18:59:35 -0400 Subject: [PATCH] update dependencies --- wis2box-management/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wis2box-management/Dockerfile b/wis2box-management/Dockerfile index 94b30cc6..1dfe915a 100644 --- a/wis2box-management/Dockerfile +++ b/wis2box-management/Dockerfile @@ -39,10 +39,10 @@ RUN if [ "$WIS2BOX_PIP3_EXTRA_PACKAGES" = "None" ]; \ RUN apt-get update -y && apt-get install -y ${DEBIAN_PACKAGES} \ # install wis2box data pipeline dependencies && pip3 install --no-cache-dir \ - https://github.com/wmo-im/csv2bufr/archive/main.zip \ - https://github.com/wmo-im/bufr2geojson/archive/main.zip \ + https://github.com/wmo-im/csv2bufr/archive/refs/tags/v0.5.0.zip \ + https://github.com/wmo-im/bufr2geojson/archive/refs/tags/v0.5.0.zip \ https://github.com/wmo-im/pymetdecoder/archive/master.zip \ - https://github.com/wmo-im/synop2bufr/archive/main.zip \ + https://github.com/wmo-im/synop2bufr/archive/refs/tags/v0.2.0.zip \ https://github.com/geopython/pygeometa/archive/master.zip \ https://github.com/wmo-im/pywcmp/archive/master.zip \ # install shapely