Skip to content

Commit

Permalink
Merge pull request #259 from sparkfabrik/feat/update_504.0.0
Browse files Browse the repository at this point in the history
Update gcloud to 504.0.0
  • Loading branch information
Monska85 authored Dec 18, 2024
2 parents 0d18f8c + a84e225 commit 9ddce8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Define the google cloud sdk image tag to use.
ARG GOOGLE_CLOUD_CLI_IMAGE_TAG=497.0.0-alpine
ARG GOOGLE_CLOUD_CLI_IMAGE_TAG=504.0.0-alpine

# Build go binaries
FROM golang:1.23.0-alpine3.20 AS gobinaries
FROM golang:1.23.4-alpine3.20 AS gobinaries

# https://github.com/stackrox/kube-linter
ENV KUBELINTER_VERSION=0.6.8
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# make cli
#
DOCKER_VERSION=20.10.5
GOOGLE_CLOUD_CLI_IMAGE_TAG ?= 489.0.0-alpine
GOOGLE_CLOUD_CLI_IMAGE_TAG ?= 504.0.0-alpine

cli: build-docker-image
# Run the cli.
Expand Down

0 comments on commit 9ddce8c

Please sign in to comment.