From 0e8483007e09d8d6fe6cfa07578fdc71011ff9fe Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 12 Nov 2024 18:19:29 +0000 Subject: [PATCH] Update buildpack-deps Docker digest to 50daa6a --- sandboxes/dynamicanalysis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandboxes/dynamicanalysis/Dockerfile b/sandboxes/dynamicanalysis/Dockerfile index bf97d14c..f0f3d465 100644 --- a/sandboxes/dynamicanalysis/Dockerfile +++ b/sandboxes/dynamicanalysis/Dockerfile @@ -5,7 +5,7 @@ # NO_PUBKEY B53DC80D13EDEF05 [kubectl] # buildpack-deps 22.04 [ubuntu] -FROM buildpack-deps@sha256:d76488a56e1e85930e053b794daa9f990636565bf0de54903d65d93c43c3cad5 AS image +FROM buildpack-deps@sha256:50daa6a4a65cbac68729b91d5d06a1868478187249e698c87a2fb6e1f7cd51e9 AS image # All intermediate files during first-stage build are stored under /setup # This directory is removed before second-stage build (i.e. copying runtime files to an empty image)