Skip to content

Commit 8a684d8

Browse files
committed
Update GitHub Action Runner from v2.326 to v2.328.0
* https://github.com/actions/runner/releases/tag/v2.328.0
1 parent a397e07 commit 8a684d8

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.326.0
12+
ARG VERSION=2.328.0
1313
ARG ARCH=x64
14-
ARG SHA=9c74af9b4352bbc99aecc7353b47bcdfcd1b2a0f6d15af54a99f54a0c14a1de8
14+
ARG SHA=01066fad3a2893e63e6ca880ae3a1fad5bf9329d60e77ee15f2b97c148c3cd4e
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.326.0
12+
ARG VERSION=2.328.0
1313
ARG ARCH=arm64
14-
ARG SHA=ee7c229c979c5152e9f12be16ee9e83ff74c9d9b95c3c1aeb2e9b6d07157ec85
14+
ARG SHA=b801b9809c4d9301932bccadf57ca13533073b2aa9fa9b8e625a8db905b5d8eb
1515

1616
COPY scripts /scripts
1717
RUN /scripts/build

0 commit comments

Comments
 (0)