Skip to content

Commit 805048a

Browse files
authored
Merge pull request #106 from bufferoverflow/chore/use-verdaccio-4
chore: use verdaccio 4 instead of 4.0 within Dockerfile
2 parents 466de7d + 1bb2365 commit 805048a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: node_js
2+
services:
3+
- docker
24
sudo: false
35
node_js:
46
- 'lts/carbon'
@@ -10,3 +12,4 @@ script:
1012
- yarn lint
1113
- yarn code:build
1214
- yarn test:all
15+
- yarn build:docker

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.0
17+
FROM verdaccio/verdaccio:4
1818
LABEL maintainer="https://github.com/bufferoverflow/verdaccio-gitlab"
1919

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

0 commit comments

Comments
 (0)