diff --git a/sandboxes/dynamicanalysis/Dockerfile b/sandboxes/dynamicanalysis/Dockerfile index b9dce47..10a0561 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:9e3ce7993b8428dda197c7ec530e18061f6accd7b86d4f52388bbfe42c5e4647 AS image +FROM buildpack-deps@sha256:ac43b06fc7ed27b2383ef414fa1245cec8ffb52dd00a513ac0d667ba28b907be 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)