From e5996107faa64b66e5943cdcdc406f3cfec8922c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 06:01:57 +0000 Subject: [PATCH] Bump debian from `738002a` to `cddb688` Bumps debian from `738002a` to `cddb688`. --- updated-dependencies: - dependency-name: debian 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 6925d58..5315de2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /src/hlint-scan RUN stack install hlint hlint-scan:exe:hlint-scan && \ cp "$(stack path --local-bin)/hlint" "$(stack path --local-bin)/hlint-scan" / -FROM debian:buster-slim@sha256:738002a6e94e8629a0f869be8ea56519887979d5ed411486441981a8b16f2fc8 +FROM debian:buster-slim@sha256:cddb688e1263b9752275b064171ef6ac9c70ae21a77c774339aecfb53690b9a1 RUN apt-get --yes update && \ apt-get --yes --no-install-recommends install ca-certificates=20200601~deb10u2 && \ apt-get --yes clean && \