Bump debian in /dockerfiles/pool-trigger-resource

Bumps debian from 12.8-slim to 12.9-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-02-24 19:36:26 +00:00
committed by GitHub
parent 6918deef71
commit 4540e5be3a

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.8-slim
FROM debian:12.9-slim
RUN apt-get update && apt-get install -y ca-certificates jq git && rm -rf /var/lib/apt/lists/*