diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00c6afbe..add8621e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/cicd/earthly-setup.sh b/cicd/earthly-setup.sh index 5b486cab..de6e313c 100755 --- a/cicd/earthly-setup.sh +++ b/cicd/earthly-setup.sh @@ -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