Skip to content

Commit 00a2cee

Browse files
committed
Update GitHub Actions runner to v2.335.1
* Update linux x64 SHA to 4ef2f25285f0ae4477f1fe1e346db76d2f3ebf03824e2ddd1973a2819bf6c8cf * Update linux arm64 SHA to 6d1e85bfd1a506a8b17c1f1b9b57dba458ffed90898799aaa9f599520b0d9207
1 parent ea07ea6 commit 00a2cee

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.333.1
12+
ARG VERSION=2.335.1
1313
ARG ARCH=x64
14-
ARG SHA=18f8f68ed1892854ff2ab1bab4fcaa2f5abeedc98093b6cb13638991725cab74
14+
ARG SHA=4ef2f25285f0ae4477f1fe1e346db76d2f3ebf03824e2ddd1973a2819bf6c8cf
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.333.1
12+
ARG VERSION=2.335.1
1313
ARG ARCH=arm64
14-
ARG SHA=69ac7e5692f877189e7dddf4a1bb16cbbd6425568cd69a0359895fac48b9ad3b
14+
ARG SHA=6d1e85bfd1a506a8b17c1f1b9b57dba458ffed90898799aaa9f599520b0d9207
1515

1616
COPY scripts /scripts
1717
RUN /scripts/build

0 commit comments

Comments
 (0)