We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c20c01 commit 4b43070Copy full SHA for 4b43070
1 file changed
build-image.sh
@@ -30,7 +30,7 @@ case $app_version in \
30
softhsm_source_url=https://codeload.github.com/softhsm/SoftHSMv2/tar.gz/refs/tags/$app_version
31
app_version_is_latest=1
32
;;
33
- develop) softhsm_source_url=https://codeload.github.com/softhsm/SoftHSMv2/tar.gz/refs/heads/develop ;;
+ develop) softhsm_source_url=https://codeload.github.com/softhsm/SoftHSMv2/tar.gz/refs/heads/main ;;
34
*) softhsm_source_url=https://codeload.github.com/softhsm/SoftHSMv2/tar.gz/refs/tags/$app_version ;;
35
esac
36
log INFO "app_version=$app_version"
0 commit comments