Skip to content

Commit

Permalink
Merge pull request #103 from MattKobayashi/actions-runner
Browse files Browse the repository at this point in the history
Bump actions-runner to 2.313.0
  • Loading branch information
MattKobayashi authored Feb 8, 2024
2 parents a9bf255 + 0b71a2a commit 0fd3493
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions actions-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:22.04

ARG TARGETPLATFORM
ENV RUNNER_VERSION=2.312.0 \
RUNNER_HASH_x64=85c1bbd104d539f666a89edef70a18db2596df374a1b51670f2af1578ecbe031 \
RUNNER_HASH_arm64=322e9ba6f0ec2350e6702457c453c5ea2517b5a6f3eac0f58a59110e6aa50fb0 \
RUNNER_HASH_arm=2675be3914c2a65bbcfe3304f7f98d4b137e051005882e2eb938c6e128a59873
ENV RUNNER_VERSION=2.313.0 \
RUNNER_HASH_x64=56910d6628b41f99d9a1c5fe9df54981ad5d8c9e42fc14899dcc177e222e71c4 \
RUNNER_HASH_arm64=44c306066a32c8df8b30b1258b19ed3437285baa4a1d6289f22cf38eca474603 \
RUNNER_HASH_arm=8d71a3c94d68485e81d020637ee0d73a0ffd4c0b10df9ab1183d78c57a54af6a

RUN apt-get update && apt-get -y install curl jq git ca-certificates gnupg sudo \
&& install -m 0755 -d /etc/apt/keyrings \
Expand Down

0 comments on commit 0fd3493

Please sign in to comment.