bump Node.js to 16 & 18
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ARG IMAGE_TAG=14-alpine
|
||||
ARG IMAGE_TAG=16-alpine
|
||||
|
||||
FROM node:${IMAGE_TAG}
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
|
||||
|
||||
FROM node:14-buster AS build
|
||||
FROM node:16-buster AS build
|
||||
|
||||
RUN mkdir /app
|
||||
COPY . /app
|
||||
|
||||
Reference in New Issue
Block a user