Skip to content

Commit 9c2df86

Browse files
authored
Merge pull request #102 from charles-dyfis-net/bump-buildkit-to-0.10.4
Bump buildkit to 0.10.4
2 parents ca21a55 + e11662e commit 9c2df86

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.3 AS task
13+
FROM moby/buildkit:v0.10.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)