From 77ed7e25b19032e1a2a084d87d4ce50190f4defc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 23:01:24 +0000 Subject: [PATCH] Bump goodwithtech/dockle from v0.2.1 to v0.4.10 Bumps goodwithtech/dockle from v0.2.1 to v0.4.10. --- 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..68b239a 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.10 as dockle FROM docker:19.03-git