Skip to content

Commit

Permalink
Upgrade Docker to 24.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalaiselvi84 committed Jan 4, 2024
1 parent 1e78d88 commit 30d04e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
#
# Print Docker version
#
- name: gcr.io/cloud-builders/docker
- name: gcr.io/cloud-builders/docker:24.0.6
id: docker-version
args: [--version]

Expand Down Expand Up @@ -66,7 +66,7 @@ steps:
args:
- bash
- -c
- "echo 'FROM gcr.io/cloud-builders/docker\nRUN apt-get install make\nENTRYPOINT\
- "echo 'FROM gcr.io/cloud-builders/docker:24.0.6\nRUN apt-get install make\nENTRYPOINT\
\ [\"/usr/bin/make\"]' > Dockerfile.build"
waitFor: ['-']
- name: gcr.io/cloud-builders/docker
Expand Down

0 comments on commit 30d04e6

Please sign in to comment.