From 07a66e9e5fe7709272c54525ddf448a006f90c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:59:40 -0800 Subject: [PATCH] Bump cloud-sql-connectors/cloud-sql-proxy (#1425) Bumps [cloud-sql-connectors/cloud-sql-proxy](https://github.com/GoogleCloudPlatform/cloud-sql-proxy) from 2.14.2-alpine to 2.14.3-alpine. - [Release notes](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/releases) - [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/compare/v2.14.2...v2.14.3) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile.deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.deps b/Dockerfile.deps index 62ada3647..597b57058 100644 --- a/Dockerfile.deps +++ b/Dockerfile.deps @@ -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.2-alpine as cloud-sql-proxy +FROM gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.14.3-alpine as cloud-sql-proxy ENV FOO=BAR