From 0fda7f0bcbd9cd4a2aa14a48f0cdbfbf7ee34b2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 14:03:14 +0100 Subject: [PATCH] Update alpine Docker tag to v3.11 (#3) Co-authored-by: Renovate Bot --- playground/Dockerfile | 2 +- ssl/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/Dockerfile b/playground/Dockerfile index 568fc16..4e310cb 100644 --- a/playground/Dockerfile +++ b/playground/Dockerfile @@ -1,4 +1,4 @@ -from alpine:3.9 as builder +from alpine:3.11 as builder RUN apk add --no-cache \ git make diff --git a/ssl/Dockerfile b/ssl/Dockerfile index 7b6e64f..6abb036 100644 --- a/ssl/Dockerfile +++ b/ssl/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.9 +FROM alpine:3.11 ARG VCS_REF