Compare commits

..

No commits in common. "master" and "1.2.1" have entirely different histories.

5 changed files with 6 additions and 10 deletions

View File

@ -12,12 +12,9 @@ jobs:
"Validate Image": "Validate Image":
runs-on: [ubuntu-docker-latest, linux/amd64] runs-on: [ubuntu-docker-latest, linux/amd64]
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build locally - name: Build locally
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: .
load: true load: true
tags: ${{ env.TEST_TAG }} tags: ${{ env.TEST_TAG }}
provenance: false provenance: false

View File

@ -55,7 +55,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: 1.24.2 go-version: 1.22.2
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5 uses: goreleaser/goreleaser-action@v5
with: with:

View File

@ -1,4 +1,4 @@
FROM alpine:3.21.3 AS base FROM alpine:3.20.0 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.2" ARG S6_OVERLAY_VERSION="3.2.0.0"
# Core variables # Core variables
ENV PUID=1000 ENV PUID=1000

View File

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

View File

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