From c106a4a92117dc163ac17751a4999d14c3bbecb1 Mon Sep 17 00:00:00 2001 From: "dnastack-renovate[bot]" <209827418+dnastack-renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:52:52 +0000 Subject: [PATCH] [CU-86b4umhm1] Update python:3.11-slim Docker digest to db3ff2e --- cloudbuild.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 3747072e..8e275479 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -50,7 +50,7 @@ steps: # Build the package - id: build-package - name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a + name: python:3.11-slim@sha256:db3ff2e1800a8581e2c48a27c3995339d47bdf046da21c7627accd3d51053a93 entrypoint: bash args: - '-ec' @@ -76,7 +76,7 @@ steps: # Perform the sanity check for the CLI # NOTE: This is to ensure that the CLI works with the minimum requirements. - id: sanity-check - name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a + name: python:3.11-slim@sha256:db3ff2e1800a8581e2c48a27c3995339d47bdf046da21c7627accd3d51053a93 entrypoint: bash args: - '-ec' @@ -105,7 +105,7 @@ steps: # Publish the package - id: publish-package - name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a + name: python:3.11-slim@sha256:db3ff2e1800a8581e2c48a27c3995339d47bdf046da21c7627accd3d51053a93 entrypoint: bash args: - '-ec'