letsencrypt: Update Lego to version 4.13.3

This commit is contained in:
Alex Palaistras 2023-08-12 16:31:56 +01:00
parent 15b41eee1a
commit 3465082806
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ systemd:
- name: use-local-files.conf
contents: |
[Service]
ExecStartPre=/bin/podman volume create letsencrypt
ExecStartPre=/bin/podman volume create --ignore letsencrypt
ExecStart=
ExecStart=/bin/sh -c "V=$(podman volume mount letsencrypt) && cp -Rv /etc/ssl/private/certificates $V && chown -R 10000:10000 $V"
ExecStartPost=/bin/podman volume unmount letsencrypt

View File

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