Skip to content

Commit

Permalink
ci: Bump ci/lint/Dockerfile
Browse files Browse the repository at this point in the history
This bump should not be needed, see discussion starting at
bitcoin#27483 (comment)
  • Loading branch information
MarcoFalke committed Apr 21, 2023
1 parent fa6eb65 commit fac395e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# entire repo as docker context during build; if it lived elsewhere, it wouldn't be
# able to make back-references to pull in the install scripts. So here it lives.

FROM python:3.7-buster
FROM python:3.8-buster

ENV DEBIAN_FRONTEND=noninteractive
ENV LC_ALL=C.UTF-8
Expand Down

0 comments on commit fac395e

Please sign in to comment.