Skip to content

Commit 7344c0e

Browse files
committed
fix: update node version to fix an issue with the docker build process
1 parent 39a120e commit 7344c0e

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,4 +1,4 @@
1-
FROM node:10-alpine as builder
1+
FROM node:12.16.3-alpine3.11 as builder
22

33
WORKDIR /opt/verdaccio-gitlab-build
44
COPY . .

0 commit comments

Comments
 (0)