Bump debian in /dockerfiles/pool-trigger-resource

Bumps debian from 12.9-slim to 12.10-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-18 01:56:00 +00:00
committed by GitHub
parent 2023061ae2
commit 2376ebce99

View File

@@ -9,7 +9,7 @@
# to use newer versions of linux, jq, and git. The "assets" directory's source code is copied from
# https://github.com/cfmobile/pool-trigger-resource/tree/master/assets as of commit efefe018c88e937.
FROM debian:12.9-slim
FROM debian:12.10-slim
RUN apt-get update && apt-get install -y ca-certificates jq git && rm -rf /var/lib/apt/lists/*