From db314dc875d233d99d21ae8925c91d52031204e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 23:05:52 +0000 Subject: [PATCH] Bump goodwithtech/dockle from v0.2.1 to v0.4.7 Bumps goodwithtech/dockle from v0.2.1 to v0.4.7. --- 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..b666e89 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.7 as dockle FROM docker:19.03-git