Use explicit image hash, not latest tag. (#33)
* Use explicit image hash, not latest tag. * Better syntax * No latest
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM sigp/lighthouse:latest-modern
|
||||
FROM sigp/lighthouse:v3.2.1-modern
|
||||
|
||||
RUN apt-get update; apt-get install bash netcat curl less jq -y;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user