update earthly version

This commit is contained in:
Adam Shamblin 2022-10-29 17:17:41 -06:00
parent 1f0b9fc8d6
commit 2c03009521
No known key found for this signature in database
GPG Key ID: 22E0BC8E6B4D8C8E
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ variables:
DOCKER_HOST: tcp://docker:2375
EARTHLY_EXEC_CMD: "/bin/sh"
image: earthly/earthly:v0.6.27
image: earthly/earthly:v0.6.28
earthly:
stage: build

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
wget https://github.com/earthly/earthly/releases/download/v0.6.27/earthly-linux-amd64 \
wget https://github.com/earthly/earthly/releases/download/v0.6.28/earthly-linux-amd64 \
-O /usr/local/bin/earthly
chmod +x /usr/local/bin/earthly
/usr/local/bin/earthly bootstrap