From ecaa8e23544f60918c8988211448cd4edd216f20 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:09:25 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20mcr.microsoft.com/?= =?UTF-8?q?devcontainers/go:1.23-bookworm=20docker=20digest=20(=2016c623a?= =?UTF-8?q?=20=E2=86=92=202e00578=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 2a0b679..1a1ca8d 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -17,7 +17,7 @@ FROM docker.io/derailed/k9s:${K9S_VERSION} AS k9s ## ================================================================================================ ## Main image ## ================================================================================================ -FROM mcr.microsoft.com/devcontainers/go:1.23-bookworm@sha256:16c623ad4c8b5f2e45e51ba0d26229306be00bffe51826c3d9acde94188086f1 AS workspace +FROM mcr.microsoft.com/devcontainers/go:1.23-bookworm@sha256:2e00578e7c526e76ebd51597260928d8542d27c17ffe6390d79200638c51a3e6 AS workspace # Install additional tools COPY --from=taskfile /task /usr/local/bin/task