From 5f0b3315497322a152c437e2e52e350f91d1e8f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 11:51:41 +0000 Subject: [PATCH] chore(deps): update node.js to v18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72547c2..65fd5b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ################## ## common ################## -FROM node:16-alpine as common +FROM node:18-alpine as common ARG VERSION=unknown ARG GIT_COMMIT=unknown