Skip to content

Commit 6b4a6db

Browse files
Merge pull request #116 from claudio0603/master
fix: Update node version to fix an issue with the Docker build process.
2 parents 39a120e + 7344c0e commit 6b4a6db

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)