Skip to content

Commit ae32301

Browse files
deps: bump the ci-cd-tooling group across 2 directories with 2 updates (#1941)
Bumps the ci-cd-tooling group with 1 update in the /docker/ansible directory: python. Bumps the ci-cd-tooling group with 1 update in the /docker/ci-cd-tools directory: node. Updates `python` from 3.13.5-bookworm to 3.13.7-bookworm Updates `node` from 24.6.0-bookworm to 24.8.0-bookworm --- updated-dependencies: - dependency-name: python dependency-version: 3.13.7-bookworm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-cd-tooling - dependency-name: node dependency-version: 24.8.0-bookworm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-cd-tooling ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23c22c0 commit ae32301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/ansible/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.5-bookworm AS ansible
1+
FROM python:3.13.7-bookworm AS ansible
22

33
ENV PYTHONFAULTHANDLER=1 \
44
PYTHONHASHSEED=random \

docker/ci-cd-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.6.0-bookworm
1+
FROM node:24.9.0-bookworm
22

33
SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
44

0 commit comments

Comments
 (0)