Merge pull request #2844 from vmware/dependabot/docker/dockerfiles/pool-trigger-resource/ci/debian-13.3-slim

Bump debian from 13.2-slim to 13.3-slim in /dockerfiles/pool-trigger-resource
This commit is contained in:
Ryan Richard
2026-01-21 10:32:32 -08:00
committed by GitHub

View File

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