Skip to content

Commit

Permalink
bump reference to cloud-sql-proxy
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Oct 25, 2023
1 parent ef44f1a commit a2515a8
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.7.0-alpine
github.com/sigstore/scaffolding/cmd/cloudsqlproxy: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.7.1-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,4 +1,4 @@
# This Dockerfile simply serves as a trigger for dependabot to notify when a new upstream release of a component is available
# 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.7.1-alpine as cloud-sql-proxy
# update references in '.ko.yaml'
ENV FOO=BAR

0 comments on commit a2515a8

Please sign in to comment.