We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca21a55 + e11662e commit 9c2df86Copy full SHA for 9c2df86
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.3 AS task
+FROM moby/buildkit:v0.10.4 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