Compare commits
1 Commits
master
...
eec37e8e11
| Author | SHA1 | Date | |
|---|---|---|---|
|
eec37e8e11
|
@ -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
|
||||
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.25.1
|
||||
go-version: 1.22.2
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.22.1 AS base
|
||||
FROM alpine:3.21.2 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.2.0
|
||||
certbot-dns-cloudflare ==4.2.0
|
||||
apprise ==1.9.4
|
||||
certbot ==2.11.0
|
||||
certbot-dns-cloudflare ==2.11.0
|
||||
apprise ==1.9.1
|
||||
Reference in New Issue
Block a user