Skip to content

Commit

Permalink
Merge pull request #108 from CudoVentures/update_cloudsql_proxy
Browse files Browse the repository at this point in the history
Update gce cloudsql-proxy from 1.11 to 1.33.15
  • Loading branch information
beb4now authored Jan 9, 2024
2 parents c28b5be + a36c71d commit c36181f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
HASURA_ACTIONS_RPC: ${HASURA_ACTIONS_RPC}
cloudsql-proxy:
container_name: cloudsql-proxy
image: gcr.io/cloudsql-docker/gce-proxy:1.11
image: gcr.io/cloudsql-docker/gce-proxy:1.33.15
command: /cloud_sql_proxy --dir=/cloudsql -instances=${GCLOUD_INSTANCE_CONNECTION_NAME}=tcp:0.0.0.0:5432
ports:
- 5432:5432
Expand Down

0 comments on commit c36181f

Please sign in to comment.