Skip to content

Commit 401a62a

Browse files
committed
Update chat-linker commit hash
1 parent 96f3371 commit 401a62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omnissiah/chat-linker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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 0e72a218bba47710d29bd5101b4b1710f13fd83b
3+
RUN git clone https://github.com/jt3k/chat-linker.git /usr/app/src && cd /usr/app/src && git checkout 4aab67aa6a59368896d427f14060c59484ff0a37
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)