Compare commits
1 Commits
1.3.0
...
dd0baee879
| Author | SHA1 | Date | |
|---|---|---|---|
|
dd0baee879
|
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.21.2 AS base
|
||||
FROM alpine:3.20.1 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.2.0.0"
|
||||
|
||||
# Core variables
|
||||
ENV PUID=1000
|
||||
|
||||
@ -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.1
|
||||
Reference in New Issue
Block a user