Skip to content

Commit f7bf2a5

Browse files
[CU-86b4umhm1] Update python:3.11-slim Docker digest to 7a21e50
1 parent c4d7aab commit f7bf2a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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:7a21e509aa7409aac9c05574156c1730fd07365868b8c0e0a9484de63c165457
5454
entrypoint: bash
5555
args:
5656
- '-ec'
@@ -73,7 +73,7 @@ steps:
7373
# Perform the sanity check for the CLI
7474
# NOTE: This is to ensure that the CLI works with the minimum requirements.
7575
- id: sanity-check
76-
name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a
76+
name: python:3.11-slim@sha256:7a21e509aa7409aac9c05574156c1730fd07365868b8c0e0a9484de63c165457
7777
entrypoint: bash
7878
args:
7979
- '-ec'
@@ -102,7 +102,7 @@ steps:
102102

103103
# Publish the package
104104
- id: publish-package
105-
name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a
105+
name: python:3.11-slim@sha256:7a21e509aa7409aac9c05574156c1730fd07365868b8c0e0a9484de63c165457
106106
entrypoint: bash
107107
args:
108108
- '-ec'

0 commit comments

Comments
 (0)