]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
IBM Z: Upgrade self-hosted builder to v2.287.1
authorIlya Leoshkevich <iii@linux.ibm.com>
Mon, 31 Jan 2022 12:19:18 +0000 (13:19 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 31 Jan 2022 15:22:10 +0000 (16:22 +0100)
arch/s390/self-hosted-builder/actions-runner.Dockerfile

index a4bb774ab00fe5f4828f799f17e4d297cff73190..8b9f60945f77c48030ced3eb0ea8b7cc4d79ffa1 100644 (file)
@@ -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.