Skip to content

Commit 5e05f20

Browse files
committed
chore: Silence a warning that is not critical at all
``` mathcomp/single/Dockerfile:2 DL3006 warning: Always tag the version of an image explicitly ``` Later, we could split the Dockerfile into 2 different ones instead if need be.
1 parent 5e8783a commit 5e05f20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mathcomp/single/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ARG COQ_TAG="dev"
2+
# hadolint ignore=DL3006
23
FROM ${COQ_TAG}
34

45
ARG MATHCOMP_VERSION="dev"

0 commit comments

Comments
 (0)