Skip to content

Commit 230df3b

Browse files
committed
bump to buildkit v0.7.0
Signed-off-by: Alex Suraci <[email protected]>
1 parent ba36751 commit 230df3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6.4 AS task
13+
FROM moby/buildkit:v0.7.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/

scripts/setup-buildkit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if ! which buildctl >/dev/null || ! which buildkitd >/dev/null; then
2-
BUILDKIT_VERSION=0.6.4
2+
BUILDKIT_VERSION=0.7.0
33
BUILDKIT_URL=https://github.com/moby/buildkit/releases/download/v$BUILDKIT_VERSION/buildkit-v$BUILDKIT_VERSION.linux-amd64.tar.gz
44

55
curl -fL "$BUILDKIT_URL" | tar zxf -

0 commit comments

Comments
 (0)