Skip to content

Commit 437cb18

Browse files
author
Gabriele Panico
committed
node upgraded for dockerfile
1 parent eac9e39 commit 437cb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### STAGE 1: Build ###
22

33
# We label our stage as ‘builder’
4-
FROM node:14.21.2-alpine as builder
4+
FROM node:16.19.0-alpine as builder
55

66
COPY package.json package-lock.json ./
77

0 commit comments

Comments
 (0)