We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a69d20 + c2beeba commit d4e5d37Copy full SHA for d4e5d37
Dockerfile
@@ -14,7 +14,7 @@ RUN yarn config set registry $VERDACCIO_BUILD_REGISTRY && \
14
15
16
17
-FROM verdaccio/verdaccio:4.x-next
+FROM verdaccio/verdaccio:4.0
18
LABEL maintainer="https://github.com/bufferoverflow/verdaccio-gitlab"
19
20
# Go back to root to be able to install the plugin
package.json
@@ -51,7 +51,7 @@
51
"global-tunnel-ng": "2.5.3",
52
"http-errors": "1.6.3",
53
"node-cache": "4.2.0",
54
- "verdaccio": "4.0.0"
+ "verdaccio": "^4.0.0"
55
},
56
"devDependencies": {
57
"@commitlint/cli": "7.0.0",
0 commit comments