From 8d378466d04740045b2bbe6785a1f72e2a0570a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 23:04:15 +0000 Subject: [PATCH] Bump goodwithtech/dockle from v0.2.1 to v0.4.8 Bumps goodwithtech/dockle from v0.2.1 to v0.4.8. --- 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..781de8f 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.8 as dockle FROM docker:19.03-git