Compare commits
11 Commits
1.2.1
...
eec37e8e11
| Author | SHA1 | Date | |
|---|---|---|---|
|
eec37e8e11
|
|||
|
2ed23e1021
|
|||
|
4c2ddbfe98
|
|||
|
e73fca921f
|
|||
|
7935535c55
|
|||
|
f49865a3c8
|
|||
|
e3bb7aa9bb
|
|||
|
9e12fde518
|
|||
|
7e3360f187
|
|||
|
9b848e7edb
|
|||
|
4ca8981d0c
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.20.0 as base
|
FROM alpine:3.21.2 as base
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
FROM base AS base-amd64
|
FROM base AS base-amd64
|
||||||
@ -9,7 +9,7 @@ ENV S6_OVERLAY_ARCH=aarch64
|
|||||||
|
|
||||||
FROM base-${TARGETARCH}${TARGETVARIANT}
|
FROM base-${TARGETARCH}${TARGETVARIANT}
|
||||||
|
|
||||||
ARG S6_OVERLAY_VERSION="3.2.0.0"
|
ARG S6_OVERLAY_VERSION="3.2.0.2"
|
||||||
|
|
||||||
# Core variables
|
# Core variables
|
||||||
ENV PUID=1000
|
ENV PUID=1000
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
"major": {
|
"major": {
|
||||||
"dependencyDashboardApproval": true
|
"dependencyDashboardApproval": true
|
||||||
},
|
},
|
||||||
|
"minimumReleaseAge": "7 days",
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
|
|||||||
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
certbot ==2.11.0
|
certbot ==2.11.0
|
||||||
certbot-dns-cloudflare ==2.11.0
|
certbot-dns-cloudflare ==2.11.0
|
||||||
apprise ==1.8.0
|
apprise ==1.9.1
|
||||||
Reference in New Issue
Block a user