We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0237e2 commit 257d79cCopy full SHA for 257d79c
components/gitpod-db/leeway.Dockerfile
@@ -14,7 +14,7 @@ WORKDIR /app
14
RUN /installer/install.sh
15
16
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 \
+RUN wget https://storage.googleapis.com/cloudsql-proxy/v1.37.6/cloud_sql_proxy.linux.amd64 -O /bin/cloud_sql_proxy \
18
&& chmod +x /bin/cloud_sql_proxy
19
20
FROM node:18.20.7-alpine
0 commit comments