Skip to content

Commit ae058a0

Browse files
Bump buildkit 0.8.3 -> 0.9.1
Signed-off-by: david amick <[email protected]>
1 parent 7068da6 commit ae058a0

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.8.3 AS task
13+
FROM moby/buildkit:v0.9.1 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.8.3
2+
BUILDKIT_VERSION=0.9.1
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)