Skip to content
Snippets Groups Projects
Commit 1dcc8875 authored by Alex Ellis (VMware)'s avatar Alex Ellis (VMware)
Browse files

Bump figlet version

parent 41876cc9
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.7 FROM alpine:3.8
RUN apk --no-cache add curl \ 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 && chmod +x /usr/bin/fwatchdog
RUN apk add --no-cache figlet RUN apk add --no-cache figlet
...@@ -11,3 +11,4 @@ ENV fprocess="figlet" ...@@ -11,3 +11,4 @@ ENV fprocess="figlet"
HEALTHCHECK --interval=5s CMD [ -e /tmp/.lock ] || exit 1 HEALTHCHECK --interval=5s CMD [ -e /tmp/.lock ] || exit 1
CMD ["fwatchdog"] CMD ["fwatchdog"]
...@@ -6,6 +6,10 @@ functions: ...@@ -6,6 +6,10 @@ functions:
lang: dockerfile lang: dockerfile
handler: ./AlpineFunction handler: ./AlpineFunction
image: functions/alpine:latest image: functions/alpine:latest
figlet:
lang: dockerfile
handler: ./figlet
image: functions/figlet:0.9.6
apikey-secret: apikey-secret:
lang: go lang: go
handler: ./apikey-secret handler: ./apikey-secret
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment