Skip to content

Commit

Permalink
Merge pull request #126 from categulario/upgrade-container-qsv
Browse files Browse the repository at this point in the history
upgrade container qsv to 0.118.0. Thanks!
  • Loading branch information
jqnatividad authored Dec 21, 2023
2 parents 7bf1302 + b94d45f commit fcd02a6
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 fcd02a6

Please sign in to comment.