Compare commits
4 Commits
1.2.1
...
9e12fde518
| Author | SHA1 | Date | |
|---|---|---|---|
|
9e12fde518
|
|||
|
7e3360f187
|
|||
|
9b848e7edb
|
|||
|
4ca8981d0c
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.20.0 as base
|
FROM alpine:3.20.2 as base
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
FROM base AS base-amd64
|
FROM base AS base-amd64
|
||||||
|
|||||||
@ -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.8.1
|
||||||
Reference in New Issue
Block a user