Skip to content

Commit

Permalink
Bump debian from 836de3c to eee33fc (#94)
Browse files Browse the repository at this point in the history
Bumps debian from `836de3c` to `eee33fc`.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 3b91dce commit 01ef4e0
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:836de3c09762be6f729e0e3295dbf66de9232894d330bbbf7a78d19b704df8fa
FROM debian:buster-slim@sha256:eee33fc4994a42efcdd2fde591a82e2de62fa1a08c87c2508ef60cb4af438776
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 01ef4e0

Please sign in to comment.