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

Commit 3d9e6b8

Browse files
authored
Merge pull request #5 from calibreapp/version-bump
Update to 1.0.2
2 parents 2b2438c + 3bf8559 commit 3d9e6b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:10-slim
22

3-
LABEL version="1.0.1"
3+
LABEL version="1.0.2"
44
LABEL repository="http://github.com/benschwarz/github-actions"
55
LABEL homepage="http://github.com/benschwarz/github-actions"
66
LABEL maintainer="Calibre <[email protected]>"
@@ -15,4 +15,4 @@ RUN yarn global add calibre
1515

1616
COPY entrypoint.sh /entrypoint.sh
1717

18-
ENTRYPOINT ["/entrypoint.sh"]
18+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)