Skip to content

Commit

Permalink
Bump debian from cddb688 to cea311d (#86)
Browse files Browse the repository at this point in the history
Bumps debian from `cddb688` to `cea311d`.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
1 parent 5a47f8c commit 9799549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:cddb688e1263b9752275b064171ef6ac9c70ae21a77c774339aecfb53690b9a1
FROM debian:buster-slim@sha256:cea311dfcd4ec8675f2857b4ddbe03de609580074adf99f4538672bd4478a2cd
RUN apt-get --yes update && \
apt-get --yes --no-install-recommends install ca-certificates=20200601~deb10u2 && \
apt-get --yes clean && \
Expand Down

0 comments on commit 9799549

Please sign in to comment.