Skip to content

Commit

Permalink
Merge pull request #4 from zapaiamarce/main
Browse files Browse the repository at this point in the history
  • Loading branch information
kmelve authored Sep 16, 2021
2 parents e02136d + 1d44924 commit 2d73c6c
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,4 +1,4 @@
FROM node:10-slim
FROM node:12

LABEL version="1.0.0"
LABEL repository="http://github.com/kmelve/actions-sanity-io"
Expand All @@ -15,4 +15,4 @@ RUN yarn global add @sanity/cli

COPY entrypoint.sh /entrypoint.sh

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

0 comments on commit 2d73c6c

Please sign in to comment.