Skip to content

Commit cc5d069

Browse files
authored
Merge pull request #268 from hstenzel/contribution-issue-267
bug: issue 267 alpine docker build fails
2 parents 502cbb9 + f7d9b0c commit cc5d069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# stage: builder
2-
FROM golang:alpine AS builder
2+
FROM concourse/golang-builder AS builder
33

44
COPY . /go/src/github.com/concourse/docker-image-resource
55
ENV CGO_ENABLED 0

0 commit comments

Comments
 (0)