Skip to content

Commit

Permalink
bug: issue 267 alpine docker build fails
Browse files Browse the repository at this point in the history
There should be no differences in the `builder` stage between the ubuntu and
alpine docker images. The only difference should be in the resource stage
which encapsulates all of the distro specific differences.t commit --amend --signoff

Signed-off-by: Harley Stenzel <hstenzel@statestreet.com>
  • Loading branch information
Harley Stenzel committed May 6, 2019
1 parent 502cbb9 commit f7d9b0c
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 f7d9b0c

Please sign in to comment.