Skip to content

Commit

Permalink
Update dockerfile to use Alpine 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Sep 16, 2020
1 parent 951eb71 commit 7943118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/dockerfile/function/Dockerfile
@@ -1,6 +1,6 @@
FROM openfaas/classic-watchdog:0.18.1 as watchdog

FROM alpine:3.11
FROM alpine:3.12

RUN mkdir -p /home/app

Expand Down

0 comments on commit 7943118

Please sign in to comment.