diff --git a/Changelog.md b/Changelog.md index 576e6b4..c28cd6b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # Changelog +**latest** +- Upgrade toran proxy to version 1.5.1 + **1.5.0** - Upgrade toran proxy to version 1.5.0 - Add `monorepo` to `config.yml` of toran proxy diff --git a/Dockerfile b/Dockerfile index 3263ecd..f82439f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN apt-get update -qq \ RUN echo "daemon off;" >> /etc/nginx/nginx.conf # Version Toran Proxy -ENV TORAN_PROXY_VERSION 1.5.0 +ENV TORAN_PROXY_VERSION 1.5.1 # Download Toran Proxy RUN curl -sL https://toranproxy.com/releases/toran-proxy-v${TORAN_PROXY_VERSION}.tgz | tar xzC /tmp \