File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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.4
21
+ image : earthly/buildkitd:v0.6.8
22
22
privileged : true
23
23
environment :
24
24
- BUILDKIT_TCP_TRANSPORT_ENABLED=true
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG WORKDIR=/workspace
4
4
RUN mkdir -m 777 "/workspace"
5
5
WORKDIR $WORKDIR
6
6
7
- ARG --required TARGETARCH
7
+ ARG TARGETARCH
8
8
9
9
ARG USERNAME= vscode
10
10
ARG USER_UID= 1000
@@ -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.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 \
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