1 Commits

Author SHA1 Message Date
0fb6312706 Checkout repo before running build stage of validate image action
All checks were successful
Test Pull Request / Build Image (pull_request) Successful in 4m20s
Test Pull Request / Notify (pull_request) Successful in 3s
2025-03-22 08:49:05 +00:00
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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