Skip to content

Commit

Permalink
docker: update flux-security version to v0.11.0
Browse files Browse the repository at this point in the history
Problem: The default flux-security version built into docker images
is v0.10.0, but v0.11.0 was recently tagged.

Update the default flux-securiy version used in docker-run-checks.sh
to v0.11.0.
  • Loading branch information
grondo committed Nov 17, 2023
1 parent 9353297 commit c4a7980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/docker/docker-run-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ JOBS=2
MOUNT_HOME_ARGS="--volume=$HOME:/home/$USER -e HOME"

if test "$PROJECT" = "flux-core"; then
FLUX_SECURITY_VERSION=0.10.0
FLUX_SECURITY_VERSION=0.11.0
POISON=t
fi

Expand Down

0 comments on commit c4a7980

Please sign in to comment.