Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Upgrade toran proxy to version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Vanet committed Aug 10, 2016
1 parent c6886ef commit 6ccdb25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6ccdb25

Please sign in to comment.