Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fforootd committed Jan 20, 2020
1 parent f971a07 commit 3797b08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
FROM node:lts-alpine
RUN apk update && apk add git
RUN npm install -g \
semantic-release@v15.14.0 \
@semantic-release/gitlab-config@v6.0.1 \
@semantic-release/gitlab@v4.1.0 \
@semantic-release/github@v5.5.8 \
@semantic-release/exec@v3.3.8
semantic-release@v16.0.2 \
@semantic-release/gitlab-config@v7.0.0 \
@semantic-release/gitlab@v5.0.0 \
@semantic-release/github@v6.0.1 \
@semantic-release/exec@v4.0.0
ENTRYPOINT ["npx"]
CMD ["semantic-release"]

0 comments on commit 3797b08

Please sign in to comment.