Skip to content

Commit

Permalink
update cloud-sql-proxy to 2.9.0 release (#1003)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Feb 28, 2024
1 parent 85a5695 commit 36131f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ko.yaml
@@ -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.8.2-alpine
github.com/sigstore/scaffolding/cmd/cloudsqlproxy: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.9.0-alpine

builds:
- id: ctlog-createctconfig
Expand Down
5 changes: 5 additions & 0 deletions Dockerfile.deps
@@ -1,4 +1,9 @@
# This Dockerfile simply serves as a trigger for dependabot to notify when a new upstream release of a component is available
#
# !!!!!!!!!!!!!!
# ! READ BELOW !
# !!!!!!!!!!!!!!
#
# 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.9.0-alpine as cloud-sql-proxy
ENV FOO=BAR

0 comments on commit 36131f6

Please sign in to comment.