From: Ilya Leoshkevich Date: Mon, 31 Jan 2022 12:19:18 +0000 (+0100) Subject: IBM Z: Upgrade self-hosted builder to v2.287.1 X-Git-Tag: 2.1.0-beta1~404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c9c73e6b3c789d7a54e826cc64ff026f2b6388;p=thirdparty%2Fzlib-ng.git IBM Z: Upgrade self-hosted builder to v2.287.1 --- diff --git a/arch/s390/self-hosted-builder/actions-runner.Dockerfile b/arch/s390/self-hosted-builder/actions-runner.Dockerfile index a4bb774ab..8b9f60945 100644 --- a/arch/s390/self-hosted-builder/actions-runner.Dockerfile +++ b/arch/s390/self-hosted-builder/actions-runner.Dockerfile @@ -31,7 +31,7 @@ ENV QEMU_LD_PREFIX=/usr/x86_64-linux-gnu RUN useradd -m actions-runner USER actions-runner WORKDIR /home/actions-runner -RUN curl -L https://github.com/actions/runner/releases/download/v2.283.2/actions-runner-linux-x64-2.283.2.tar.gz | tar -xz +RUN curl -L https://github.com/actions/runner/releases/download/v2.287.1/actions-runner-linux-x64-2.287.1.tar.gz | tar -xz VOLUME /home/actions-runner # Scripts.