Skip to content

Commit

Permalink
Bump cloud-sql-connectors/cloud-sql-proxy from 2.6.1-alpine to 2.7.0-…
Browse files Browse the repository at this point in the history
…alpine (#769)

* Bump cloud-sql-connectors/cloud-sql-proxy

Bumps cloud-sql-connectors/cloud-sql-proxy from 2.6.1-alpine to 2.7.0-alpine.

---
updated-dependencies:
- dependency-name: cloud-sql-connectors/cloud-sql-proxy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump version string in .ko.yaml

Signed-off-by: Bob Callaway <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Bob Callaway <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bob Callaway <[email protected]>
  • Loading branch information
dependabot[bot] and bobcallaway authored Sep 21, 2023
1 parent b52f64e commit 5115e80
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: cgr.dev/chainguard/alpine-base:latest
baseImageOverrides:
github.com/sigstore/scaffolding/cmd/cloudsqlproxy: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.6.1-alpine
github.com/sigstore/scaffolding/cmd/cloudsqlproxy: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.7.0-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
FROM gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.6.1-alpine as cloud-sql-proxy
FROM gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.7.0-alpine as cloud-sql-proxy
# update references in '.ko.yaml'
ENV FOO=BAR

0 comments on commit 5115e80

Please sign in to comment.