From e9de4571d3ecc881869ae037cfe297dea583176d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 06:12:30 +0000 Subject: [PATCH] chore(deps): docker: bump the all-docker group across 1 directory with 2 updates Bumps the all-docker group with 2 updates in the /agent directory: jdxcode/mise and python. Updates `jdxcode/mise` from `df5adf5` to `d549958` Updates `python` from 3.13-slim to 3.14-slim --- updated-dependencies: - dependency-name: jdxcode/mise dependency-version: latest dependency-type: direct:production dependency-group: all-docker - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production dependency-group: all-docker ... Signed-off-by: dependabot[bot] --- agent/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/Dockerfile b/agent/Dockerfile index cc280daf1..f0a396bb4 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -19,14 +19,14 @@ ARG GH_VERSION=2.93.0 # # To bump: `docker buildx imagetools inspect :` and copy the Digest. # Keep the tag alongside the digest; it documents what the digest is meant to be. -FROM --platform=$TARGETPLATFORM jdxcode/mise:latest@sha256:df5adf538c92d86f9807e738c7c7a9b32a1ae06edf441ede141333e3fe6a2cd9 AS mise +FROM --platform=$TARGETPLATFORM jdxcode/mise:latest@sha256:d549958171c177f113e62ddba5afdfb9e245d699ac457148e4b7b0da7af3b0b7 AS mise # Build gh with a patched Go toolchain; upstream packages can lag Go CVE fixes. FROM --platform=$TARGETPLATFORM golang:1.27.1-bookworm@sha256:648f440f42a0958804efb24df176f806f9d353b41f1c0627f666428e40310f6b AS gh-builder ARG GH_VERSION RUN GOPROXY=direct GOBIN=/out go install "github.com/cli/cli/v2/cmd/gh@v${GH_VERSION}" -FROM --platform=$TARGETPLATFORM python:3.13-slim@sha256:dc1546eefcbe8caaa1f004f16ab76b204b5e1dbd58ff81b899f21cd40541232f +FROM --platform=$TARGETPLATFORM python:3.14-slim@sha256:cad9a2c871761c413caa6fdd6441c783451e740a48aaeba60ae62a8b53525ef6 # Install mise (polyglot dev tool manager) COPY --from=mise /usr/local/bin/mise /usr/local/bin/mise