Commit e576002 1 parent 4f38070 commit e576002 Copy full SHA for e576002
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
## 0.1.2 (2015-09-xx)
2
2
3
+ * Update magellan-proxy to 0.0.2
3
4
* Redis cache support (tdiary-cache-redis)
4
5
5
6
## 0.1.1 (2015-09-10)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN install -m 755 -o root -g root -p -D /build/entrypoint /opt/magellan-tdiary/
17
17
RUN install -m 644 -o root -g root -p -D /build/Rakefile /opt/magellan-tdiary/Rakefile
18
18
19
19
# # 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
21
21
RUN chmod +x /usr/local/bin/magellan-proxy
22
22
23
23
# # cleanup
You can’t perform that action at this time.
0 commit comments