Skip to content

Commit 0985e06

Browse files
committed
GCB Docker GCloud: Update Go to v1.24.2 and buildx to v0.23.0.
1 parent 0de34e1 commit 0985e06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

images/gcb-docker-gcloud/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG GO_VERSION=1.23.4
15+
ARG GO_VERSION=1.24.2
1616

1717
FROM multiarch/qemu-user-static:7.2.0-1 AS qemu-image
1818

@@ -56,6 +56,6 @@ ADD ./buildx-entrypoint.sh /buildx-entrypoint
5656
RUN apk add qemu
5757

5858
# Install buildx system-wide for fast docker builds
59-
COPY --from=docker/buildx-bin:0.18.0 /buildx /usr/libexec/docker/cli-plugins/docker-buildx
59+
COPY --from=docker/buildx-bin:0.23.0 /buildx /usr/libexec/docker/cli-plugins/docker-buildx
6060

6161
ENTRYPOINT ["/bin/bash"]

images/gcb-docker-gcloud/README.md

+1-1
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.23.4-alpine
9+
- golang:1.24.2-alpine
1010
- languages:
1111
- `go`
1212
- tools:

0 commit comments

Comments
 (0)