Skip to content

Commit

Permalink
Bump buildkit to 0.10.4
Browse files Browse the repository at this point in the history
Motivating change is moby/buildkit#2926, whereby errors were not correctly propagated.

Signed-off-by: Charles Duffy <charles@dyfis.net>
  • Loading branch information
charles-dyfis-net committed Sep 27, 2022
1 parent ca21a55 commit e11662e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
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:v0.10.3 AS task
FROM moby/buildkit:v0.10.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 e11662e

Please sign in to comment.