Skip to content

Commit

Permalink
pin to v0.6.4
Browse files Browse the repository at this point in the history
we needed 'master' in order to use type=oci with named oci outputs, but
now that we're using type=docker we don't need to.

fixes #19

Signed-off-by: Alex Suraci <[email protected]>
  • Loading branch information
vito committed Mar 25, 2020
1 parent fa2b603 commit ba36751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM concourse/golang-builder AS builder
RUN go build -o /assets/task ./cmd/task
RUN go build -o /assets/build ./cmd/build

FROM moby/buildkit:master AS task
FROM moby/buildkit:v0.6.4 AS task
COPY --from=builder /assets/task /usr/bin/
COPY --from=builder /assets/build /usr/bin/
COPY bin/setup-cgroups /usr/bin/
Expand Down

0 comments on commit ba36751

Please sign in to comment.