From 8254f45b43d44f9f3d51c8467e6f20d4f3121c6c Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 06:48:52 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20mcr.microsoft.com/?= =?UTF-8?q?devcontainers/python:3.13-bullseye=20docker=20digest=20(=202774?= =?UTF-8?q?df7=20=E2=86=92=20ddfa85f=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 fb7a3ce..3942dd6 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:2774df7c27375468cdfa1f984426d657a39886365e6c0345cded59155b590cbe AS workspace +FROM mcr.microsoft.com/devcontainers/python:3.13-bullseye@sha256:ddfa85f6219cb344894c62351c7a16925c6b89f070c8106576095bfa14622577 AS workspace ENV EDITOR=vim # Install tools