Skip to content

Commit 3b46eb5

Browse files
Martin Dekov (VMware)alexellis
authored andcommitted
Bump alpine to 3.8
Moving alpine to 3.8 instead of 3.7 Signed-off-by: Martin Dekov (VMware) <[email protected]>
1 parent 6c35d1c commit 3b46eb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

template/ruby-http/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
FROM ruby:2.4-alpine3.6
1+
FROM ruby:2.4-alpine3.8
22

33
ARG ADDITIONAL_PACKAGE
44

55
# Alternatively use ADD https:// (which will not be cached by Docker builder)
66
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
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
1111

1212
WORKDIR /home/app
1313

0 commit comments

Comments
 (0)