Skip to content

Commit 0b73af2

Browse files
committed
Update GitHub Actions runner from v2.321.0 to v2.322.0
* https://github.com/actions/runner/releases/tag/v2.322.0
1 parent 715db96 commit 0b73af2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.321.0
12+
ARG VERSION=2.322.0
1313
ARG ARCH=x64
14-
ARG SHA=ba46ba7ce3a4d7236b16fbe44419fb453bc08f866b24f04d549ec89f1722a29e
14+
ARG SHA=b13b784808359f31bc79b08a191f5f83757852957dd8fe3dbfcc38202ccf5768
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.321.0
12+
ARG VERSION=2.322.0
1313
ARG ARCH=arm64
14-
ARG SHA=62cc5735d63057d8d07441507c3d6974e90c1854bdb33e9c8b26c0da086336e1
14+
ARG SHA=a96b0cec7b0237ca5e4210982368c6f7d8c2ab1e5f6b2604c1ccede9cedcb143
1515

1616
COPY scripts /scripts
1717
RUN /scripts/build

0 commit comments

Comments
 (0)