Skip to content

Commit c3d6021

Browse files
authored
ci: update core install script (#425)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fa3fb84 commit c3d6021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PROVISIONED_USER=${INSTALL_CALYPTIA_PROVISIONED_USER:-$(id -un)}
99
# The group to install Calyptia Core as, it must pre-exist.
1010
PROVISIONED_GROUP=${INSTALL_CALYPTIA_PROVISIONED_GROUP:-$(id -gn)}
1111
# The version of Calyptia Core to install.
12-
RELEASE_VERSION=${INSTALL_CALYPTIA_RELEASE_VERSION:-3.44.0}
12+
RELEASE_VERSION=${INSTALL_CALYPTIA_RELEASE_VERSION:-3.46.0}
1313
# Optionally just run the checks and do not install by setting to 'yes'.
1414
DRY_RUN=${INSTALL_CALYPTIA_DRY_RUN:-no}
1515
# Equivalent to '--force' to ignore errors as warnings and continue after checks even if they fail.

0 commit comments

Comments
 (0)