Skip to content

Commit

Permalink
fix: simplify Docker version installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ngurenyaga committed Jul 12, 2021
1 parent 10f6ac5 commit 8a02b33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ RUN chown django:django ${APP_HOME}
USER django

# set up cloud SQL proxy
ENV CLOUD_SQL_PROXY_VERSION v1.23.0
RUN wget "https://storage.googleapis.com/cloudsql-proxy/${CLOUD_SQL_PROXY_VERSION}/cloud_sql_proxy.linux.amd64" -O /cloud_sql_proxy
RUN wget "https://storage.googleapis.com/cloudsql-proxy/v1.23.0/cloud_sql_proxy.linux.amd64" -O /cloud_sql_proxy
RUN chmod +x /cloud_sql_proxy

ENTRYPOINT ["/entrypoint"]

0 comments on commit 8a02b33

Please sign in to comment.