letsencrypt: Update lego to latest version

This commit is contained in:
Alex Palaistras 2022-04-23 13:35:22 +01:00
parent 115cb1e915
commit 2f8a48a014

View File

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