From 7101cb55c66d6c6518b8ce5ab15934c599c64d16 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 17:07:15 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20mcr.microsoft.com/?= =?UTF-8?q?devcontainers/python:3.13-bullseye=20docker=20digest=20(=2071f7?= =?UTF-8?q?20b=20=E2=86=92=20c30134e=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7713071..7847677 100644 --- a/Dockerfile +++ b/Dockerfile @@ -105,7 +105,7 @@ RUN wget https://github.com/cert-manager/cmctl/releases/download/${CMCTL_VERSION ## ================================================================================================ ## Main image ## ================================================================================================ -FROM mcr.microsoft.com/devcontainers/python:3.13-bullseye@sha256:71f720b19b88465475ccf71206c52cede6495bf42992250c41d2ec320ee4d119 AS workspace +FROM mcr.microsoft.com/devcontainers/python:3.13-bullseye@sha256:c30134ea443e4f450595a814ca2c09ae753bfee1e777581c2ab6f2961c002a70 AS workspace ENV EDITOR=vim # Install tools