Compare commits

..

1 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
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v5
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
@@ -108,7 +108,7 @@ jobs:
sarif_file: ${{ steps.scan.outputs.sarif }}
- name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v5
- name: Changelog
uses: TriPSs/conventional-changelog-action@v6

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