Compare commits

..

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

4 changed files with 5 additions and 8 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
FROM alpine:3.21.3 AS base
FROM alpine:3.21.2 AS base
ARG TARGETARCH
FROM base AS base-amd64

View File

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