From 3dee890211d2be0b756ea2185bad342fc14be2a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 23:01:33 +0000 Subject: [PATCH] chore(deps): pin ubuntu docker tag to 102bc18 (#598) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db6680b..a4d6b82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ### Release image -FROM ubuntu:oracular-20241120 +FROM ubuntu:oracular-20241120@sha256:102bc1874fdb136fc2d218473f03cf84135cb7496fefdb9c026c0f553cfe1b6d LABEL org.opencontainers.image.source="https://github.com/patrickhoefler/dockerfilegraph"