letsencrypt: Update Lego to version 4.10.2

This commit is contained in:
Alex Palaistras 2023-03-04 16:34:05 +00:00
parent 02705c9f1e
commit 07df01f6c7

View File

@ -1,4 +1,4 @@
FROM docker.io/goacme/lego:v4.9.1 FROM docker.io/goacme/lego:v4.10.2
RUN addgroup --system --gid 10000 letsencrypt RUN addgroup --system --gid 10000 letsencrypt
RUN adduser --system --uid 10000 --ingroup letsencrypt --home /var/lib/letsencrypt letsencrypt RUN adduser --system --uid 10000 --ingroup letsencrypt --home /var/lib/letsencrypt letsencrypt