Move AlpineFunction to 0.5.6

This commit is contained in:
Alex Ellis 2017-05-30 17:30:00 +01:00
parent f842e7f1f4
commit 7c32a20294

View File

@ -1,6 +1,6 @@
FROM alpine:latest
ADD https://github.com/alexellis/faas/releases/download/0.5.1-alpha/fwatchdog /usr/bin
ADD https://github.com/alexellis/faas/releases/download/0.5.6-alpha/fwatchdog /usr/bin
# COPY ./fwatchdog /usr/bin/
RUN chmod +x /usr/bin/fwatchdog