Use alpine curl in Dockerfile

This commit is contained in:
Ole Christian Langfjæran
2019-04-29 14:18:17 +02:00
parent 82abdf2503
commit aac510bde9
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ action "Docker build" {
action "Publish Filter" {
needs = ["Docker build"]
uses = "actions/bin/filter@master"
args = "branch master"
args = "branch alpine-curl"
}
action "Docker Login" {

View File

@@ -1,4 +1,4 @@
FROM alpine
FROM byrnedo/alpine-curl
LABEL "name"="deploystatus"
LABEL "maintainer"="Unacast <developers+github@unacast.com>"