Skip to content

Commit

Permalink
Upgrade cloud-sql-proxy to 2.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Jun 26, 2024
1 parent 62a8e0c commit 23cd630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PRIVATE_KEY=$(gcloud secrets versions access latest \

docker run --rm \
-p 127.0.0.1:5432:5432 \
gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.9.0 \
gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.11.4 \
--address 0.0.0.0 \
--port 5432 \
--json-credentials "${PRIVATE_KEY}" \
Expand Down

0 comments on commit 23cd630

Please sign in to comment.