Bump figlet version

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (VMware)
2018-10-09 16:55:36 +01:00
parent 41876cc932
commit 1dcc887554
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.7
FROM alpine:3.8
RUN apk --no-cache add curl \
&& curl -sL https://github.com/openfaas/faas/releases/download/0.9.4/fwatchdog > /usr/bin/fwatchdog \
&& curl -sL https://github.com/openfaas/faas/releases/download/0.9.6/fwatchdog > /usr/bin/fwatchdog \
&& chmod +x /usr/bin/fwatchdog
RUN apk add --no-cache figlet
@ -11,3 +11,4 @@ ENV fprocess="figlet"
HEALTHCHECK --interval=5s CMD [ -e /tmp/.lock ] || exit 1
CMD ["fwatchdog"]