mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
lint: Add missing docker.io prefix to ci/lint_imagefile
This commit is contained in:
parent
98537a0212
commit
fadb7c2a91
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# See test/lint/README.md for usage.
|
# See test/lint/README.md for usage.
|
||||||
|
|
||||||
FROM debian:bookworm
|
FROM docker.io/debian:bookworm
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
ENV LC_ALL=C.UTF-8
|
ENV LC_ALL=C.UTF-8
|
||||||
|
|
Loading…
Reference in a new issue