Skip to content

Commit

Permalink
Use official curl docker image off alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
robpc committed Feb 28, 2020
1 parent 5d00ba6 commit 4ed9b8a
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 4ed9b8a

Please sign in to comment.