-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump cloud-sql-proxy to v2.14.2 (#1376)
Signed-off-by: Bob Callaway <[email protected]>
- Loading branch information
1 parent
2f78ca8
commit 90989cf
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.1-alpine as cloud-sql-proxy | ||
FROM gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.14.2-alpine as cloud-sql-proxy | ||
ENV FOO=BAR |