Skip to content

Commit fe942bf

Browse files
committed
earthly 0.6.14
1 parent c66f5ad commit fe942bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
extra_hosts:
1919
- "host.docker.internal:host-gateway"
2020
earthly:
21-
image: earthly/buildkitd:v0.6.8
21+
image: earthly/buildkitd:v0.6.14
2222
privileged: true
2323
environment:
2424
- BUILDKIT_TCP_TRANSPORT_ENABLED=true

Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ github-src:
3030
# RUN earthly bootstrap --no-buildkit --with-autocomplete
3131
earthly:
3232
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 \
3434
&& chmod +x /usr/local/bin/earthly
3535
SAVE ARTIFACT /usr/local/bin/earthly
3636

0 commit comments

Comments
 (0)