From 60c2051df5664f62b2dffa39fde42c19a6f1e809 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 07:10:58 +0200 Subject: [PATCH] Update ubuntu:jammy Docker digest to aabed32 (#493) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tools/devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/devcontainer/Dockerfile b/tools/devcontainer/Dockerfile index afb4c3b8f..89d8318ed 100644 --- a/tools/devcontainer/Dockerfile +++ b/tools/devcontainer/Dockerfile @@ -1,6 +1,6 @@ # From https://stackoverflow.com/a/74764298 # We're pinning here on the multi-arch digest of the ubuntu:focal image -FROM ubuntu:jammy@sha256:ec050c32e4a6085b423d36ecd025c0d3ff00c38ab93a3d71a460ff1c44fa6d77 +FROM ubuntu:jammy@sha256:aabed3296a3d45cede1dc866a24476c4d7e093aa806263c27ddaadbdce3c1054 ARG TARGETARCH