From 2750b10e794d10e2c8d8c60ad4114d7957e6ccc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 02:34:59 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release-devcontainer.yml | 2 +- .github/workflows/release-gatus.yml | 2 +- .github/workflows/release-imgproxy.yml | 2 +- .github/workflows/release-nginx.yml | 2 +- .github/workflows/release-traefik.yaml | 2 +- .github/workflows/release-vigil.yml | 2 +- traefik/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-devcontainer.yml b/.github/workflows/release-devcontainer.yml index 26d51cb..95b8392 100644 --- a/.github/workflows/release-devcontainer.yml +++ b/.github/workflows/release-devcontainer.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Build and push Docker image (multi-arch) - uses: RevoTale/docker-multi-arch-release-action@v1.1.0 + uses: RevoTale/docker-multi-arch-release-action@v1.2.0 with: registry: ${{ env.REGISTRY }} platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release-gatus.yml b/.github/workflows/release-gatus.yml index 29717b2..831c754 100644 --- a/.github/workflows/release-gatus.yml +++ b/.github/workflows/release-gatus.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Build and push Docker image (multi-arch) - uses: RevoTale/docker-multi-arch-release-action@v1.1.0 + uses: RevoTale/docker-multi-arch-release-action@v1.2.0 with: registry: ${{ env.REGISTRY }} platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release-imgproxy.yml b/.github/workflows/release-imgproxy.yml index bd6d4f1..dd76c1d 100644 --- a/.github/workflows/release-imgproxy.yml +++ b/.github/workflows/release-imgproxy.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Build and push Docker image (multi-arch) - uses: RevoTale/docker-multi-arch-release-action@v1.1.0 + uses: RevoTale/docker-multi-arch-release-action@v1.2.0 with: registry: ${{ env.REGISTRY }} platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release-nginx.yml b/.github/workflows/release-nginx.yml index 92b1f2d..b7f0046 100644 --- a/.github/workflows/release-nginx.yml +++ b/.github/workflows/release-nginx.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Build and push Docker image (multi-arch) - uses: RevoTale/docker-multi-arch-release-action@v1.1.0 + uses: RevoTale/docker-multi-arch-release-action@v1.2.0 with: registry: ${{ env.REGISTRY }} platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release-traefik.yaml b/.github/workflows/release-traefik.yaml index a55b7ec..a00ec54 100644 --- a/.github/workflows/release-traefik.yaml +++ b/.github/workflows/release-traefik.yaml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Build and push Docker image (multi-arch) - uses: RevoTale/docker-multi-arch-release-action@v1.1.0 + uses: RevoTale/docker-multi-arch-release-action@v1.2.0 with: registry: ${{ env.REGISTRY }} platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release-vigil.yml b/.github/workflows/release-vigil.yml index 7a0c474..2fcb470 100644 --- a/.github/workflows/release-vigil.yml +++ b/.github/workflows/release-vigil.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Build and push Docker image (multi-arch) - uses: RevoTale/docker-multi-arch-release-action@v1.1.0 + uses: RevoTale/docker-multi-arch-release-action@v1.2.0 with: registry: ${{ env.REGISTRY }} platforms: linux/amd64,linux/arm64 diff --git a/traefik/Dockerfile b/traefik/Dockerfile index f0b9844..36514e5 100644 --- a/traefik/Dockerfile +++ b/traefik/Dockerfile @@ -1,3 +1,3 @@ -FROM traefik:v3.6.8 +FROM traefik:v3.6.9 COPY traefik.yml /etc/traefik/ COPY file.yml /etc/traefik/