Skip to content

Commit

Permalink
Merge pull request #268 from hstenzel/contribution-issue-267
Browse files Browse the repository at this point in the history
bug: issue 267 alpine docker build fails
  • Loading branch information
vito authored May 7, 2019
2 parents 502cbb9 + f7d9b0c commit cc5d069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stage: builder
FROM golang:alpine AS builder
FROM concourse/golang-builder AS builder

COPY . /go/src/github.com/concourse/docker-image-resource
ENV CGO_ENABLED 0
Expand Down

0 comments on commit cc5d069

Please sign in to comment.