Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit a33798b

Browse files
committed
use magellan-proxy 0.0.2
1 parent cbeb8a9 commit a33798b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 0.1.2 (2015-09-xx)
22

3+
* Update magellan-proxy to 0.0.2
34
* Redis cache support (tdiary-cache-redis)
45

56
## 0.1.1 (2015-09-10)

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN install -m 755 -o root -g root -p -D /build/entrypoint /opt/magellan-tdiary/
1717
RUN install -m 644 -o root -g root -p -D /build/Rakefile /opt/magellan-tdiary/Rakefile
1818

1919
## install magellan-proxy
20-
ADD https://github.com/groovenauts/magellan-proxy/releases/download/v0.0.2.pre/magellan-proxy-0.0.2.pre_linux-amd64 /usr/local/bin/magellan-proxy
20+
ADD https://github.com/groovenauts/magellan-proxy/releases/download/v0.0.2/magellan-proxy-0.0.2_linux-amd64 /usr/local/bin/magellan-proxy
2121
RUN chmod +x /usr/local/bin/magellan-proxy
2222

2323
## cleanup

0 commit comments

Comments
 (0)