Skip to content

Commit db08c7f

Browse files
[CU-86b4umhm1] Update python:3.11-slim Docker digest to b6844c4
1 parent 1008d7b commit db08c7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ steps:
5050

5151
# Build the package
5252
- id: build-package
53-
name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a
53+
name: python:3.11-slim@sha256:b6844c47abf532ecec4676e9e74337266118d12be911ce0f66bf5c554b11fce1
5454
entrypoint: bash
5555
args:
5656
- '-ec'
@@ -76,7 +76,7 @@ steps:
7676
# Perform the sanity check for the CLI
7777
# NOTE: This is to ensure that the CLI works with the minimum requirements.
7878
- id: sanity-check
79-
name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a
79+
name: python:3.11-slim@sha256:b6844c47abf532ecec4676e9e74337266118d12be911ce0f66bf5c554b11fce1
8080
entrypoint: bash
8181
args:
8282
- '-ec'
@@ -105,7 +105,7 @@ steps:
105105

106106
# Publish the package
107107
- id: publish-package
108-
name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a
108+
name: python:3.11-slim@sha256:b6844c47abf532ecec4676e9e74337266118d12be911ce0f66bf5c554b11fce1
109109
entrypoint: bash
110110
args:
111111
- '-ec'

0 commit comments

Comments
 (0)