From 409b6f94de73825107df878edfbf5c6fca1e7935 Mon Sep 17 00:00:00 2001 From: david-i-berry Date: Thu, 16 Mar 2023 15:47:10 +0100 Subject: [PATCH] Update of pinned csv2bufr and pymetdecoder. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1ec0120..274c53b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,8 @@ RUN echo "Acquire::Check-Valid-Until \"false\";\nAcquire::Check-Date \"false\";" && apt-get update -y \ && apt-get install -y ${DEBIAN_PACKAGES} \ && apt-get install -y python3 python3-pip libeccodes-tools \ - && pip3 install --no-cache-dir https://github.com/wmo-im/csv2bufr/archive/master.zip \ - && pip3 install --no-cache-dir https://github.com/wmo-im/pymetdecoder/archive/refs/tags/v0.1.2.zip + && pip3 install --no-cache-dir https://github.com/wmo-im/csv2bufr/archive/refs/tags/v0.5.1.zip \ + && pip3 install --no-cache-dir https://github.com/wmo-im/pymetdecoder/archive/refs/tags/v0.1.3.zip ENV LOG_LEVEL=INFO