Updated npm to 18

This commit is contained in:
Jeroen De Meerleer 2022-11-10 11:40:16 +01:00
parent b96433b005
commit 982c704ea3
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:16 as nodebuilder
FROM node:18 as nodebuilder
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && apt-get install -y git

View File

@ -1,4 +1,4 @@
FROM node:16 as nodebuilder
FROM node:18 as nodebuilder
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && apt-get install -y git