From 892c190c17e2c592d8c2accb370f146cd5251969 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sat, 6 Mar 2021 21:39:55 +0700 Subject: [PATCH] Fixed node image for alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e3ae05..4007c15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -from node:14.16.0-alpine3.13 +from node:14.16.0 LABEL maintainer="sombochea@cubetiqs.com" ENV ACCEPT_HIGHCHARTS_LICENSE="YES"