Update base containers #355

Merged
telackey merged 2 commits from dboreham/update-base-containers into main 2023-04-19 22:43:59 +00:00
Showing only changes of commit 283059ff69 - Show all commits

View File

@ -1,4 +1,4 @@
FROM sigp/lighthouse:v3.2.1-modern
FROM sigp/lighthouse:v4.0.1-modern
RUN apt-get update; apt-get install bash netcat curl less jq -y;