Skip to content

Commit 71ec925

Browse files
authored
Chore: Release 4.0.10 (#701)
1 parent b8541d9 commit 71ec925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
55
# If we ever need to bust the cache, just change the date here.
66
# While we don't cache anything in Drone, that might not be true when we migrate to GitHub Actions where some action might automatically enable layer caching.
77
# This is fine, but is terrible in situations where we want to _force_ an update of a package.
8-
RUN echo 'cachebuster 2025-07-31' && apt-get update
8+
RUN echo 'cachebuster 2025-08-04' && apt-get update
99

1010
FROM debian-updated AS debs
1111

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"version": "4.0.10",
28-
"updated": "2025-07-31"
28+
"updated": "2025-08-04"
2929
},
3030
"dependencies": {
3131
"grafanaDependency": ">=11.3.8"

0 commit comments

Comments
 (0)