diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 3747072e..09480036 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:9a7765b36773a37061455b332f18e265e7f58f6fea9c419a550d2a8b0e9db834 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:9a7765b36773a37061455b332f18e265e7f58f6fea9c419a550d2a8b0e9db834 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:9a7765b36773a37061455b332f18e265e7f58f6fea9c419a550d2a8b0e9db834 entrypoint: bash args: - '-ec'