From 35996bce1952e37f6756f60043326e5d115f6256 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 10:16:43 +0200 Subject: [PATCH] chore(deps): update ghcr.io/distroless/static docker digest to 411ad5c (#290) Signed-off-by: Renovate Bot Signed-off-by: Renovate Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f72f9700..b56fe2e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile -FROM ghcr.io/distroless/static@sha256:5120ede7ee241d9a7390fe01dd1f4c43ee782a22073df80fd7d9e620b78fe7e9 +FROM ghcr.io/distroless/static@sha256:411ad5c3acd92fc3625c3e2e3540f85f4773123e6dae07bb3a9b330bd447c51a COPY minecraft-exporter \ /usr/bin/minecraft-exporter ENTRYPOINT ["/usr/bin/minecraft-exporter"]