1 Commits

Author SHA1 Message Date
45172b578d Update certbot to v2.11.0 2024-06-06 03:51:02 +00:00
6 changed files with 8 additions and 26 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.21.2 AS base
FROM alpine:3.20.0 as base
ARG TARGETARCH
FROM base AS base-amd64
@ -9,7 +9,7 @@ ENV S6_OVERLAY_ARCH=aarch64
FROM base-${TARGETARCH}${TARGETVARIANT}
ARG S6_OVERLAY_VERSION="3.2.0.2"
ARG S6_OVERLAY_VERSION="3.1.6.2"
# Core variables
ENV PUID=1000

View File

@ -4,7 +4,6 @@
"major": {
"dependencyDashboardApproval": true
},
"minimumReleaseAge": "7 days",
"customManagers": [
{
"customType": "regex",

View File

@ -1,5 +1,5 @@
# For pinning Python packages to then be parsed by Renovate
certbot ==3.1.0
certbot-dns-cloudflare ==3.1.0
apprise ==1.9.2
certbot ==2.11.0
certbot-dns-cloudflare ==2.11.0
apprise ==1.8.0

View File

@ -4,7 +4,6 @@
if [ $ONE_SHOT == "true" ]; then
# Cleanly kill container by sending kill signal to supervisor process
echo 0 > /run/s6-linux-init-container-results/exitcode
/run/s6/basedir/bin/halt
kill 1
fi

View File

@ -1,9 +1 @@
#!/command/with-contenv bash
# shellcheck shell=bash
if [ $ONE_SHOT == "false" ]; then
# Export exit code if not a ONE_SHOT
echo "$e" > /run/s6-linux-init-container-results/exitcode
fi

View File

@ -1,9 +1 @@
#!/command/with-contenv bash
# shellcheck shell=bash
if [ $ONE_SHOT == "false" ]; then
# Export exit code if not a ONE_SHOT
echo "$e" > /run/s6-linux-init-container-results/exitcode
fi