From ca97abb0a91e4c200ed1322c8d2fe7b4bb6063db Mon Sep 17 00:00:00 2001 From: Ian Purton <36966+ianpurton@users.noreply.github.com> Date: Sat, 10 Sep 2022 12:32:56 +0200 Subject: [PATCH] fix: Update earthly --- dev-env-as-code/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-env-as-code/Dockerfile b/dev-env-as-code/Dockerfile index 0ff958a1..8a5f1682 100644 --- a/dev-env-as-code/Dockerfile +++ b/dev-env-as-code/Dockerfile @@ -21,7 +21,7 @@ FROM rust:slim ARG CLOAK_VERSION=1.17.7 ARG DBMATE_VERSION=1.15.0 ARG MOLD_VERSION=1.4.2 -ARG EARTHLY_VERSION=0.6.21 +ARG EARTHLY_VERSION=0.6.23 ARG DOCKER_COMPOSE_VERSION=1.29.2 # This Dockerfile adds a non-root 'vscode' user with sudo access. However, for Linux,