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