Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from calibreapp/version-bump
Browse files Browse the repository at this point in the history
Update to 1.0.2
  • Loading branch information
mikedijkstra authored Feb 28, 2019
2 parents 2b2438c + 3bf8559 commit 3d9e6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:10-slim

LABEL version="1.0.1"
LABEL version="1.0.2"
LABEL repository="http://github.com/benschwarz/github-actions"
LABEL homepage="http://github.com/benschwarz/github-actions"
LABEL maintainer="Calibre <hello@calibreapp.com>"
Expand All @@ -15,4 +15,4 @@ RUN yarn global add calibre

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 3d9e6b8

Please sign in to comment.