Skip to content

Commit cdf1fbe

Browse files
committed
ci: update default flux-security version to 0.9.0
Problem: flux-security v0.9.0 has been tagged, but the by default docker-run-checks.sh is still using 0.8.0. Update the default version of flux-security to v0.9.0.
1 parent c21a074 commit cdf1fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/docker/docker-run-checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ JOBS=2
1616
MOUNT_HOME_ARGS="--volume=$HOME:/home/$USER -e HOME"
1717

1818
if test "$PROJECT" = "flux-core"; then
19-
FLUX_SECURITY_VERSION=0.8.0
19+
FLUX_SECURITY_VERSION=0.9.0
2020
POISON=t
2121
fi
2222

0 commit comments

Comments
 (0)