Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot]
c1f5dabe3d chore(deps): bump debian from 13.1 to 13.2
Bumps debian from 13.1 to 13.2.

---
updated-dependencies:
- dependency-name: debian
  dependency-version: '13.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 11:28:26 +00:00
Conventional Changelog Action
fd8043c501 chore 🤖: Release v1.2.4 [skip ci] 2025-10-26 17:37:00 +00:00
Josh Jacobs
5e6beb973b chore: enhance Docker build workflow with additional options
- Added provenance and sbom options set to false.
- Configured outputs for registry with specified compression settings.
2025-10-26 17:32:09 +00:00
4 changed files with 10 additions and 3 deletions

View File

@@ -61,6 +61,9 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY_IMAGE }}:latest
provenance: false
sbom: false
outputs: type=registry,compression=zstd,compression-level=6,oci-mediatypes=true,force-compression=true
cache-from: type=gha
cache-to: type=gha,mode=max

View File

@@ -1,3 +1,7 @@
## [1.2.4](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.2.3...v1.2.4) (2025-10-26)
## [1.2.3](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.2.2...v1.2.3) (2025-10-26)

View File

@@ -1,4 +1,4 @@
FROM debian:13.1 AS stage
FROM debian:13.2 AS stage
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV DEBIAN_FRONTEND=noninteractive
ARG PACKAGE_BASEURL=https://download.zerotier.com/debian/trixie/pool/main/z/zerotier-one
@@ -19,7 +19,7 @@ RUN set -e; \
echo "Downloading ZeroTier: arch=$ARCH_MAPPING version=$VERSION"; \
curl -fsSL -o zerotier-one.deb "${PACKAGE_BASEURL}/zerotier-one_${VERSION}_${ARCH_MAPPING}.deb"
FROM debian:13.1
FROM debian:13.2
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV DEBIAN_FRONTEND=noninteractive
ARG VERSION

View File

@@ -1,3 +1,3 @@
{
"version": "1.2.3"
"version": "1.2.4"
}