Skip to content

Commit

Permalink
Makefile: bump Cockpit lib for onHeaderSelect
Browse files Browse the repository at this point in the history
This is needed for the container prune feature which requires the
ability to select all unused containers.
  • Loading branch information
jelly committed Mar 17, 2023
1 parent 6fa4862 commit 83e39b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COCKPIT_REPO_FILES = \
$(NULL)

COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = 4037280a05f697c3d0585c1ef33261c6ca611323 # 286 + esbuild plugins
COCKPIT_REPO_COMMIT = 6c53bff7a21c1558320d358fe7d0bef71f57e141 # 287 + ListingTable onHeaderSelect

$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
Expand Down

0 comments on commit 83e39b1

Please sign in to comment.