Skip to content

Commit 56e06d7

Browse files
authored
Merge pull request #29924 from cpanato/update-gcb
Update gcb-docker-gcloud
2 parents a5964a3 + 8e11c7d commit 56e06d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

images/gcb-docker-gcloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG GO_VERSION
1616

17-
FROM multiarch/qemu-user-static:7.1.0-2 as qemu-image
17+
FROM multiarch/qemu-user-static:7.2.0-1 as qemu-image
1818

1919
# Includes bash, docker, and gcloud
2020
FROM golang:${GO_VERSION}-alpine

images/gcb-docker-gcloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ combination of `docker`, `gcloud`, and `go` all in the same build step
66
## contents
77

88
- base:
9-
- golang:1.20.3-alpine
9+
- golang:1.20.5-alpine
1010
- languages:
1111
- `go`
1212
- tools:

images/gcb-docker-gcloud/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
- gcr.io/$PROJECT_ID/gcb-docker-gcloud:latest
1515
substitutions:
1616
_GIT_TAG: '12345'
17-
_GO_VERSION: 1.20.3
17+
_GO_VERSION: 1.20.5
1818
images:
1919
- 'gcr.io/$PROJECT_ID/gcb-docker-gcloud:$_GIT_TAG'
2020
- 'gcr.io/$PROJECT_ID/gcb-docker-gcloud:latest'

0 commit comments

Comments
 (0)