From 3f8232823a20eeea9d6a108b49ac02523f429a3b Mon Sep 17 00:00:00 2001 From: smit95tpatel Date: Fri, 29 Apr 2022 20:40:26 +0530 Subject: [PATCH] feat: testing workflow --- Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.base b/Dockerfile.base index 025c5207..1e1f5b2e 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,4 +1,4 @@ -FROM node:12.18.2-alpine AS frontend +FROM node:16.15.0 AS frontend LABEL maintainer="Hunter Long (https://github.com/hunterlong)" ARG BUILDPLATFORM ARG GITHUB_ACCESS_TOKEN