From b94d45f795834168a0c04d26d5639b410fabe91c Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Tue, 31 Oct 2023 13:53:11 -0600 Subject: [PATCH] upgrade container qsv to 0.118.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 17800e4..b47168e 100644 --- a/Containerfile +++ b/Containerfile @@ -37,7 +37,7 @@ ENV JOB_CONFIG=$DATAPUSHER_CODE/datapusher/settings.py RUN useradd -r -u 900 -m -c "ckan account" -d $DATAPUSHER_HOME -s /bin/false ckan # Install qsv -ENV QSV_RELEASE=0.99.0 +ENV QSV_RELEASE=0.118.0 ENV QSV_ARCHIVE=qsv-$QSV_RELEASE-x86_64-unknown-linux-gnu.zip RUN cd /tmp && \ wget https://github.com/jqnatividad/qsv/releases/download/$QSV_RELEASE/$QSV_ARCHIVE && \