Updated npm to 18
This commit is contained in:
parent
b96433b005
commit
982c704ea3
@ -1,4 +1,4 @@
|
|||||||
FROM node:16 as nodebuilder
|
FROM node:18 as nodebuilder
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update -y && apt-get install -y git
|
RUN apt-get update -y && apt-get install -y git
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM node:16 as nodebuilder
|
FROM node:18 as nodebuilder
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update -y && apt-get install -y git
|
RUN apt-get update -y && apt-get install -y git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user