Skip to content

Commit

Permalink
Bump debian from bc2704b to df5f318
Browse files Browse the repository at this point in the history
Bumps debian from `bc2704b` to `df5f318`.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 6f393ce commit ead348d
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:bc2704bca194bb10ea0b52b4313dc44fc3339cc648457fb18cb3509e71f199b7
FROM debian:buster-slim@sha256:df5f318899cdba5fdb0255ed1e2f29c29de90e34230f48aa92718a014a190b69
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 ead348d

Please sign in to comment.