Compare commits
1 Commits
master
...
fix/build-
Author | SHA1 | Date | |
---|---|---|---|
0fb6312706
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
Reference in New Issue
Block a user