Skip to content

Commit ec89e3e

Browse files
authored
Update buildkit and dazzle (#1052)
* buildkit from 0.11.2 -> 0.11.4 * dazzle from 0.1.15 -> 0.1.16
1 parent 6463940 commit ec89e3e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
env:
9-
DAZZLE_VERSION: 0.1.15
10-
BUILDKIT_VERSION: 0.11.2
9+
DAZZLE_VERSION: 0.1.16
10+
BUILDKIT_VERSION: 0.11.4
1111
steps:
1212
- name: 📥 Checkout workspace-images
1313
uses: actions/checkout@v3

.github/workflows/push-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
GAR_IMAGE_REGISTRY: europe-docker.pkg.dev
2424
DH_IMAGE_REGISTRY: registry.hub.docker.com
2525
IAM_SERVICE_ACCOUNT: [email protected]
26-
DAZZLE_VERSION: 0.1.15
27-
BUILDKIT_VERSION: 0.11.2
26+
DAZZLE_VERSION: 0.1.16
27+
BUILDKIT_VERSION: 0.11.4
2828

2929
steps:
3030
- name: 📥 Checkout workspace-images

.gitpod.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ FROM gitpod/workspace-full
22

33
ENV RETRIGGER=3
44

5-
ENV BUILDKIT_VERSION=0.11.2
5+
ENV BUILDKIT_VERSION=0.11.4
66
ENV BUILDKIT_FILENAME=buildkit-v${BUILDKIT_VERSION}.linux-amd64.tar.gz
7-
ENV DAZZLE_VERSION=0.1.15
7+
ENV DAZZLE_VERSION=0.1.16
88

99
USER root
1010

0 commit comments

Comments
 (0)