From 1b2c7dd791dd745228d8432b7bd292fdacca6463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 23:07:54 +0000 Subject: [PATCH] Bump goodwithtech/dockle from v0.2.1 to v0.4.6 Bumps goodwithtech/dockle from v0.2.1 to v0.4.6. --- updated-dependencies: - dependency-name: goodwithtech/dockle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 340940f..815c86d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Copyright 2017-2019 Hewlett Packard Enterprise Development LP -FROM goodwithtech/dockle:v0.2.1 as dockle +FROM goodwithtech/dockle:v0.4.6 as dockle FROM docker:19.03-git