File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
18
18
extra_hosts :
19
19
- " host.docker.internal:host-gateway"
20
20
earthly :
21
- image : earthly/buildkitd:v0.6.8
21
+ image : earthly/buildkitd:v0.6.14
22
22
privileged : true
23
23
environment :
24
24
- BUILDKIT_TCP_TRANSPORT_ENABLED=true
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ github-src:
30
30
# RUN earthly bootstrap --no-buildkit --with-autocomplete
31
31
earthly :
32
32
FROM +devcontainer-base
33
- RUN curl -fsSL https://github.com/earthly/earthly/releases/download/v0.6.8 /earthly-linux-${TARGETARCH } -o /usr/local/bin/earthly \
33
+ RUN curl -fsSL https://github.com/earthly/earthly/releases/download/v0.6.14 /earthly-linux-${TARGETARCH } -o /usr/local/bin/earthly \
34
34
&& chmod +x /usr/local/bin/earthly
35
35
SAVE ARTIFACT /usr/local/bin/earthly
36
36
You can’t perform that action at this time.
0 commit comments