Skip to content

Commit c5749d5

Browse files
committed
chat-linker: update to 1.0.0
1 parent 82d5ae1 commit c5749d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

omnissiah/chat-linker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM node:6.10.2-alpine
1+
FROM node:8.7.0-alpine
22
RUN apk update && apk add git
3-
RUN git clone https://github.com/jt3k/chat-linker.git /usr/app/src && cd /usr/app/src && git checkout df168c4ffb0922c494bb27f7b84780c854ea9b40
3+
RUN git clone https://github.com/jt3k/chat-linker.git /usr/app/src && cd /usr/app/src && git checkout ed96838bac33ff73b0de7f60c9c1417147cb4b5e
44
RUN cd /usr/app/src && npm install # TODO: Not stable enough; migrate to yarn
55
COPY app-config.json /usr/app/src/app-config.json
66
WORKDIR /usr/app/src

0 commit comments

Comments
 (0)