Skip to content

Commit

Permalink
bump cloud-sql-proxy to v2.14.2 (#1376)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored Dec 12, 2024
1 parent 2f78ca8 commit 90989cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ko.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
defaultBaseImage: gcr.io/distroless/static-debian12:nonroot
baseImageOverrides:
github.com/sigstore/scaffolding/cmd/cloudsqlproxy: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.14.0-alpine
github.com/sigstore/scaffolding/cmd/cloudsqlproxy: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.14.2-alpine

builds:
- id: ctlog-createctconfig
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.deps
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Dockerfile simply serves as a trigger for dependabot to notify when a new upstream release of a component is available
#
# !!! READ AND ACT ON THIS !!! If dependabot proposes an update to the container listed below, you should also update the value listed in '.ko.yaml' and cut a new release of scaffolding
FROM gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.14.1-alpine as cloud-sql-proxy
FROM gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.14.2-alpine as cloud-sql-proxy
ENV FOO=BAR

0 comments on commit 90989cf

Please sign in to comment.