From 067f30cee56d28d3e818083c90703e3f4d6ef546 Mon Sep 17 00:00:00 2001 From: Swyrik Thupili Date: Tue, 23 Jun 2020 15:50:01 +0530 Subject: [PATCH] Updating the alpine version I have update the alpine version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49c5e0f..36c27f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.2 +FROM alpine:3.12.0 MAINTAINER Calvin Leung Huang RUN apk --update add nodejs git openssh ca-certificates && \