From 2de9648781dbee8633ed60623fe54a76a51895e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 03:15:48 +0000 Subject: [PATCH] chore(deps): update ghcr.io/containerbase/ubuntu docker digests (#234) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b76a2d1..3effea9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ ARG DISTRO=focal #-------------------------------------- # base images #-------------------------------------- -FROM ghcr.io/containerbase/ubuntu:20.04@sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc AS build-focal -FROM ghcr.io/containerbase/ubuntu:22.04@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221 AS build-jammy +FROM ghcr.io/containerbase/ubuntu:20.04@sha256:d10b9095125a8f4ae2d245df5f191aa53d1f5cf53042d3b0e9dc35da9f45a5bf AS build-focal +FROM ghcr.io/containerbase/ubuntu:22.04@sha256:ca9449d4bae930d098f5d05aa33d0d279db957461b06b16928f65794ba8b3c80 AS build-jammy #--------------------------------------