Skip to content

Commit 893907b

Browse files
committed
Added new version of alpine
1 parent b45f40c commit 893907b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# stage1 as builder
2-
FROM node:10-alpine as builder
2+
FROM node:16-alpine as builder
33

44
# copy the package.json to install dependencies
55
COPY package.json package-lock.json ./

0 commit comments

Comments
 (0)