Skip to content

Commit 9e78ab4

Browse files
chore(deps): update dependency googlecloudplatform/cloud-sql-proxy to v2.21.0
1 parent 6ce11b0 commit 9e78ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ RUN echo "Installing cmctl ${CMCTL_VERSION}..." && \
229229

230230
# Cloud SQL Auth Proxy
231231
# https://github.com/GoogleCloudPlatform/cloud-sql-proxy/releases
232-
ENV CLOUDSQL_PROXY_VERSION=2.20.0
232+
ENV CLOUDSQL_PROXY_VERSION=2.21.0
233233
RUN echo "Install Cloud SQL Auth Proxy version ${CLOUDSQL_PROXY_VERSION}..." && \
234234
curl ${CURL_DEFAULT_FLAGS} \
235235
-sL https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v${CLOUDSQL_PROXY_VERSION}/cloud-sql-proxy.linux.${TARGETARCH} -o /usr/local/bin/cloud_sql_proxy && \

0 commit comments

Comments
 (0)