Skip to content

Commit 7520442

Browse files
committed
dockerfile: update buildkit to 0.19.0-rc2
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent b73f58a commit 7520442

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
- master
5555
- latest
5656
- buildx-stable-1
57+
- v0.19.0-rc2
5758
- v0.18.2
5859
- v0.17.2
59-
- v0.16.0
6060
worker:
6161
- docker-container
6262
- remote

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG DOCKER_VERSION_ALT_26=26.1.3
1010
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
1111
ARG GOTESTSUM_VERSION=v1.12.0
1212
ARG REGISTRY_VERSION=2.8.3
13-
ARG BUILDKIT_VERSION=v0.18.2
13+
ARG BUILDKIT_VERSION=v0.19.0-rc2
1414
ARG UNDOCK_VERSION=0.9.0
1515

1616
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx

0 commit comments

Comments
 (0)