We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c2df86 + 28c3661 commit 1aac28eCopy full SHA for 1aac28e
Dockerfile
@@ -10,7 +10,7 @@ FROM concourse/golang-builder AS builder
10
RUN go build -o /assets/task ./cmd/task
11
RUN go build -o /assets/build ./cmd/build
12
13
-FROM moby/buildkit:v0.10.4 AS task
+FROM moby/buildkit:v0.11.0 AS task
14
COPY --from=builder /assets/task /usr/bin/
15
COPY --from=builder /assets/build /usr/bin/
16
COPY bin/setup-cgroups /usr/bin/
0 commit comments