We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00614da commit ee4a671Copy full SHA for ee4a671
3.6/Dockerfile
@@ -1,4 +1,3 @@
1
-# hadolint ignore=DL3015
2
3
FROM python:3.6-slim-buster
4
3.7/Dockerfile
FROM python:3.7-slim-buster
3.8/Dockerfile
FROM python:3.8-slim-buster
3.8/hadolint.yaml
@@ -0,0 +1,4 @@
+ignored:
+ - DL3008
+ - DL3015
+ - DL4006
3.9/Dockerfile
FROM python:3.9-slim-buster
0 commit comments