Use explicit image hash, not latest tag. (#33)

* Use explicit image hash, not latest tag.

* Better syntax

* No latest
This commit is contained in:
2022-11-01 17:53:32 -05:00
committed by GitHub
parent f2c9af4ec6
commit 99fa08ed67
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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;