Skip to content

Commit 0f50abc

Browse files
author
Gabriel Monroy
committed
Merge pull request #2033 from gabrtv/fix-router-signals
fix(router): update to confd 0.5.x branch to fix sort issue
2 parents a50f987 + 59f3b7d commit 0f50abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

router/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdem
1010
&& chmod +x /usr/local/bin/etcdctl
1111

1212
# install confd
13-
RUN curl -sSL -o /usr/local/bin/confd https://s3-us-west-2.amazonaws.com/opdemand/confd-v0.5.0-json \
13+
RUN curl -sSL -o /usr/local/bin/confd https://s3-us-west-2.amazonaws.com/opdemand/confd-git-b8e693c \
1414
&& chmod +x /usr/local/bin/confd
1515

1616
WORKDIR /app

0 commit comments

Comments
 (0)