Skip to content

Commit 8183874

Browse files
committed
Update GitHub Actions Runner from v2.324.0 to v2.325.0
* https://github.com/actions/runner/releases/tag/v2.325.0
1 parent c2faa41 commit 8183874

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile.amd64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ LABEL org.opencontainers.image.title="github-runner"
99
LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner"
1010
LABEL org.opencontainers.image.vendor="Poseidon Labs"
1111

12-
ARG VERSION=2.324.0
12+
ARG VERSION=2.325.0
1313
ARG ARCH=x64
14-
ARG SHA=e8e24a3477da17040b4d6fa6d34c6ecb9a2879e800aa532518ec21e49e21d7b4
14+
ARG SHA=5020da7139d85c776059f351e0de8fdec753affc9c558e892472d43ebeb518f4
1515

1616
COPY scripts /scripts
1717
RUN /scripts/build

Dockerfile.arm64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ LABEL org.opencontainers.image.title="github-runner"
99
LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner"
1010
LABEL org.opencontainers.image.vendor="Poseidon Labs"
1111

12-
ARG VERSION=2.324.0
12+
ARG VERSION=2.325.0
1313
ARG ARCH=arm64
14-
ARG SHA=b5a5cf1138064afd0f0fb1a4a493adaa9bff5485ace3575e99547f004dbb20fa
14+
ARG SHA=0e916ad0d354089d320011c132d46bdbe3353c8b925a2e1056c7c8e85d2f2490
1515

1616
COPY scripts /scripts
1717
RUN /scripts/build

0 commit comments

Comments
 (0)