Skip to content

Commit 03e55d0

Browse files
committed
upgrade earthly to 0.6.8
1 parent 5b4a28b commit 03e55d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4
21+
image: earthly/buildkitd:v0.6.8
2222
privileged: true
2323
environment:
2424
- BUILDKIT_TCP_TRANSPORT_ENABLED=true

Earthfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG WORKDIR=/workspace
44
RUN mkdir -m 777 "/workspace"
55
WORKDIR $WORKDIR
66

7-
ARG --required TARGETARCH
7+
ARG TARGETARCH
88

99
ARG USERNAME=vscode
1010
ARG USER_UID=1000
@@ -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.4/earthly-linux-${TARGETARCH} -o /usr/local/bin/earthly \
33+
RUN curl -fsSL https://github.com/earthly/earthly/releases/download/v0.6.8/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)