From 6df48fbac34cec2bf49beffd2d4ee9b1f71497c8 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (VMware)" Date: Sun, 30 Sep 2018 21:20:00 +0000 Subject: [PATCH] Update Alpine base to 3.8 Signed-off-by: Alex Ellis (VMware) --- sample-functions/AlpineFunction/Dockerfile | 2 +- sample-functions/AlpineFunction/Dockerfile.armhf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-functions/AlpineFunction/Dockerfile b/sample-functions/AlpineFunction/Dockerfile index 776a46f6..7946672d 100644 --- a/sample-functions/AlpineFunction/Dockerfile +++ b/sample-functions/AlpineFunction/Dockerfile @@ -1,4 +1,4 @@ -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 \ diff --git a/sample-functions/AlpineFunction/Dockerfile.armhf b/sample-functions/AlpineFunction/Dockerfile.armhf index aa62e104..a36d4bd6 100644 --- a/sample-functions/AlpineFunction/Dockerfile.armhf +++ b/sample-functions/AlpineFunction/Dockerfile.armhf @@ -1,4 +1,4 @@ -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-armhf > /usr/bin/fwatchdog \