Skip to content

Commit c5fc427

Browse files
committed
Update GitHub Actions runner from v2.323.0 to v2.324.0
* https://github.com/actions/runner/releases/tag/v2.324.0
1 parent fbcacf2 commit c5fc427

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.323.0
12+
ARG VERSION=2.324.0
1313
ARG ARCH=x64
14-
ARG SHA=0dbc9bf5a58620fc52cb6cc0448abcca964a8d74b5f39773b7afcad9ab691e19
14+
ARG SHA=e8e24a3477da17040b4d6fa6d34c6ecb9a2879e800aa532518ec21e49e21d7b4
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.323.0
12+
ARG VERSION=2.324.0
1313
ARG ARCH=arm64
14-
ARG SHA=9cb778fffd4c6d8bd74bc4110df7cb8c0122eb62fda30b389318b265d3ade538
14+
ARG SHA=b5a5cf1138064afd0f0fb1a4a493adaa9bff5485ace3575e99547f004dbb20fa
1515

1616
COPY scripts /scripts
1717
RUN /scripts/build

0 commit comments

Comments
 (0)