From 988254221d56427f2085a9fc481e7b0623da4423 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:45:26 +0000 Subject: [PATCH] chore(deps): update ubuntu:22.04 docker digest to adbb901 --- .github/actions/waffles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/waffles/Dockerfile b/.github/actions/waffles/Dockerfile index dc5bf1c6..710e3e72 100644 --- a/.github/actions/waffles/Dockerfile +++ b/.github/actions/waffles/Dockerfile @@ -1,5 +1,5 @@ # Container image that runs your code -FROM ubuntu:22.04@sha256:2b7412e6465c3c7fc5bb21d3e6f1917c167358449fecac8176c6e496e5c1f05f +FROM ubuntu:22.04@sha256:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658 RUN apt update RUN apt install -y python3-pip python3 git libmagic-dev