From 0bdbe6c79099081b5f35fea151054354daaade4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 04:41:50 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/release.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a61ef3d..2a7061e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: - name: Bump version and push tag id: github_tag_action - uses: anothrNick/github-tag-action@1.67.0 + uses: anothrNick/github-tag-action@1.75.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true diff --git a/Dockerfile b/Dockerfile index 2bc03b0..9f1d1e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.4 +FROM alpine:3.23.2 WORKDIR /etc/runner COPY assets /etc/runner/scripts/assets RUN mv /etc/runner/scripts/assets/runner.sh /usr/local/bin/runner