Skip to content

Commit

Permalink
Merge pull request #17 from robpc/pr-curl-docker-image
Browse files Browse the repository at this point in the history
Use official curl docker image off alpine
  • Loading branch information
abinoda authored Mar 24, 2020
2 parents 1806d16 + 4ed9b8a commit 448e4e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:9.6-slim
FROM curlimages/curl:7.68.0

LABEL "com.github.actions.name"="Post Slack messages"
LABEL "com.github.actions.description"="Post Slack messages from your own bot"
Expand All @@ -10,7 +10,5 @@ LABEL repository="http://github.com/pullreminders/slack-action"
LABEL homepage="http://github.com/pullreminders/slack-action"
LABEL maintainer="Abi Noda <[email protected]>"

RUN apt-get update && apt-get install -y curl

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

0 comments on commit 448e4e6

Please sign in to comment.