We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c35d1c commit 3b46eb5Copy full SHA for 3b46eb5
template/ruby-http/Dockerfile
@@ -1,13 +1,13 @@
1
-FROM ruby:2.4-alpine3.6
+FROM ruby:2.4-alpine3.8
2
3
ARG ADDITIONAL_PACKAGE
4
5
# Alternatively use ADD https:// (which will not be cached by Docker builder)
6
RUN apk --no-cache add curl ${ADDITIONAL_PACKAGE} \
7
- && echo "Pulling watchdog binary from Github." \
8
- && curl -sSL https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/of-watchdog > /usr/bin/fwatchdog \
9
- && chmod +x /usr/bin/fwatchdog \
10
- && apk del curl
+ && echo "Pulling watchdog binary from Github." \
+ && curl -sSL https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/of-watchdog > /usr/bin/fwatchdog \
+ && chmod +x /usr/bin/fwatchdog \
+ && apk del curl
11
12
WORKDIR /home/app
13
0 commit comments