From eab4e1286249033d8c4567db556750050b461b18 Mon Sep 17 00:00:00 2001 From: prateekpandey14 Date: Fri, 10 Apr 2020 14:57:18 +0530 Subject: [PATCH] chore(build): bump alpine base image to 3.11.5 Signed-off-by: prateekpandey14 --- snapshot/deploy/docker/controller/Dockerfile | 2 +- snapshot/deploy/docker/provisioner/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snapshot/deploy/docker/controller/Dockerfile b/snapshot/deploy/docker/controller/Dockerfile index 11005ab46e8..80dc3f95f24 100644 --- a/snapshot/deploy/docker/controller/Dockerfile +++ b/snapshot/deploy/docker/controller/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.6 +FROM alpine:3.11.5 RUN apk add --no-cache \ bash \ diff --git a/snapshot/deploy/docker/provisioner/Dockerfile b/snapshot/deploy/docker/provisioner/Dockerfile index 25eb841f6c9..12c0baf17d2 100644 --- a/snapshot/deploy/docker/provisioner/Dockerfile +++ b/snapshot/deploy/docker/provisioner/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.6 +FROM alpine:3.11.5 RUN apk add --no-cache \ bash \