Skip to content

Commit 4bb6ef0

Browse files
committed
bump buidkit to 0.11.0 to support multi-arch build.
1 parent 9c2df86 commit 4bb6ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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:v0.10.4 AS task
13+
FROM moby/buildkit:v0.11.0 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)