Skip to content

Commit

Permalink
lint: Add missing docker.io prefix to ci/lint_imagefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Jul 22, 2024
1 parent 98537a0 commit fadb7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/lint_imagefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# See test/lint/README.md for usage.

FROM debian:bookworm
FROM docker.io/debian:bookworm

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

0 comments on commit fadb7c2

Please sign in to comment.