Skip to content

Commit 8c25a62

Browse files
committed
feat(router): custom timeouts
1 parent f9c02a6 commit 8c25a62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

router/image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ENV DEBIAN_FRONTEND noninteractive
55
# install common packages
66
RUN apt-get update && apt-get install -y curl net-tools sudo
77

8-
# install confd from https://github.com/deis/confd/tree/deis
9-
RUN curl -sSL -o /usr/local/bin/confd https://s3-us-west-2.amazonaws.com/opdemand/confd-git-4c50136 \
8+
# install confd
9+
RUN curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.9.0/confd-0.9.0-linux-amd64 \
1010
&& chmod +x /usr/local/bin/confd
1111

1212
# install common packages

0 commit comments

Comments
 (0)