Skip to content

Commit 28c3661

Browse files
committedJan 11, 2023
bump buidkit to 0.11.0 to support multi-arch build.
Signed-off-by: Evan <[email protected]>
1 parent 9c2df86 commit 28c3661

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: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)