Skip to content

Commit ba36751

Browse files
committed
pin to v0.6.4
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]>
1 parent fa2b603 commit ba36751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM concourse/golang-builder AS builder
1010
RUN go build -o /assets/task ./cmd/task
1111
RUN go build -o /assets/build ./cmd/build
1212

13-
FROM moby/buildkit:master AS task
13+
FROM moby/buildkit:v0.6.4 AS task
1414
COPY --from=builder /assets/task /usr/bin/
1515
COPY --from=builder /assets/build /usr/bin/
1616
COPY bin/setup-cgroups /usr/bin/

0 commit comments

Comments
 (0)