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

Commit

Permalink
feat: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fforootd committed Apr 3, 2020
1 parent f43393b commit 5e15005
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
FROM node:lts-alpine
RUN apk update && apk add git
RUN npm install -g \
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
semantic-release@v17.0.4 \
@semantic-release/gitlab-config@v8.0.0 \
@semantic-release/gitlab@v6.0.3 \
@semantic-release/github@v7.0.5 \
@semantic-release/exec@v5.0.0 \
semantic-release-docker@v2.2.0
ENTRYPOINT ["npx"]
CMD ["semantic-release"]

0 comments on commit 5e15005

Please sign in to comment.