Skip to content

Commit

Permalink
Bump cloud-sql-connectors/cloud-sql-proxy
Browse files Browse the repository at this point in the history
Bumps [cloud-sql-connectors/cloud-sql-proxy](https://github.com/GoogleCloudPlatform/cloud-sql-proxy) from 2.14.0-alpine to 2.14.1-alpine.
- [Release notes](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-proxy@v2.14.0...v2.14.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 0fb6c1e commit 38f0359
Showing 1 changed file with 1 addition and 1 deletion.
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.0-alpine as cloud-sql-proxy
FROM gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.14.1-alpine as cloud-sql-proxy
ENV FOO=BAR

0 comments on commit 38f0359

Please sign in to comment.