Skip to content

Commit d4e5d37

Browse files
Merge pull request #81 from StevenLangbroek/update-verdaccio-dep
chore(deps): less restrictive verdaccio dep in pkg, update dockerfile for verdaccio 4.x stable
2 parents 4a69d20 + c2beeba commit d4e5d37

File tree

3 files changed

+549
-182
lines changed

3 files changed

+549
-182
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN yarn config set registry $VERDACCIO_BUILD_REGISTRY && \
1414

1515

1616

17-
FROM verdaccio/verdaccio:4.x-next
17+
FROM verdaccio/verdaccio:4.0
1818
LABEL maintainer="https://github.com/bufferoverflow/verdaccio-gitlab"
1919

2020
# Go back to root to be able to install the plugin

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"global-tunnel-ng": "2.5.3",
5252
"http-errors": "1.6.3",
5353
"node-cache": "4.2.0",
54-
"verdaccio": "4.0.0"
54+
"verdaccio": "^4.0.0"
5555
},
5656
"devDependencies": {
5757
"@commitlint/cli": "7.0.0",

0 commit comments

Comments
 (0)