Skip to content

Commit 257d79c

Browse files
authored
[db] Bump cloud-sql-proxy to v1.37.6 (#20697)
Tool: gitpod/catfood.gitpod.cloud
1 parent b0237e2 commit 257d79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gitpod-db/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /app
1414
RUN /installer/install.sh
1515

1616
FROM node:18.20.7-alpine as proxy
17-
RUN wget https://storage.googleapis.com/cloudsql-proxy/v1.23.0/cloud_sql_proxy.linux.amd64 -O /bin/cloud_sql_proxy \
17+
RUN wget https://storage.googleapis.com/cloudsql-proxy/v1.37.6/cloud_sql_proxy.linux.amd64 -O /bin/cloud_sql_proxy \
1818
&& chmod +x /bin/cloud_sql_proxy
1919

2020
FROM node:18.20.7-alpine

0 commit comments

Comments
 (0)