Skip to content

Commit

Permalink
upgrade container qsv to 0.118.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Abraham Toriz committed Oct 31, 2023
1 parent 7bf1302 commit b94d45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit b94d45f

Please sign in to comment.