Skip to content

Commit

Permalink
update default irods package versions in build.sh (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Oct 21, 2024
1 parent 3a967eb commit c1060b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

export REPO=ghcr.io/bihealth/irods-docker
export IRODS_PKG_VERSION=${IRODS_PKG_VERSION-4.3.1}
export IRODS_PYTHON_RULE_ENGINE_VERSION=${IRODS_PYTHON_RULE_ENGINE_VERSION-4.3.1.0}
export IRODS_PKG_VERSION=${IRODS_PKG_VERSION-4.3.3}
export IRODS_PYTHON_RULE_ENGINE_VERSION=${IRODS_PYTHON_RULE_ENGINE_VERSION-4.3.3.0-0+4.3.3}
export BUILD_VERSION=${BUILD_VERSION-1}

docker build \
Expand Down

0 comments on commit c1060b8

Please sign in to comment.