diff --git a/.cockpit-ci/container b/.cockpit-ci/container
index 8f6700326..1c12a2024 100644
--- a/.cockpit-ci/container
+++ b/.cockpit-ci/container
@@ -1 +1 @@
-ghcr.io/cockpit-project/tasks:2026-03-14
+ghcr.io/cockpit-project/tasks:2026-05-16
diff --git a/src/Containers.jsx b/src/Containers.jsx
index ffe9feee0..c3b45b0cc 100644
--- a/src/Containers.jsx
+++ b/src/Containers.jsx
@@ -551,7 +551,7 @@ class Containers extends React.Component {
return {
expandedContent: ,
columns,
- initiallyExpanded: document.location.hash.substring(1) === container.Id,
+ initiallyExpanded: document.location.hash.substring(2) === container.Id,
props: {
key: container.key,
"data-row-id": container.key,
diff --git a/src/ImageUsedBy.jsx b/src/ImageUsedBy.jsx
index b526022c9..fe4e0c470 100644
--- a/src/ImageUsedBy.jsx
+++ b/src/ImageUsedBy.jsx
@@ -27,8 +27,7 @@ const ImageUsedBy = ({ containers, showAll }) => {