Skip to content

Commit

Permalink
Update GitHub Actions Runner from v2.316.1 to v2.317.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Jun 10, 2024
1 parent efe5106 commit b317e9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ LABEL org.opencontainers.image.title="github-runner"
LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner"
LABEL org.opencontainers.image.vendor="Poseidon Labs"

ARG VERSION=2.316.1
ARG VERSION=2.317.0
ARG ARCH=x64
ARG SHA=d62de2400eeeacd195db91e2ff011bfb646cd5d85545e81d8f78c436183e09a8
ARG SHA=9e883d210df8c6028aff475475a457d380353f9d01877d51cc01a17b2a91161d

COPY scripts /scripts
RUN /scripts/build
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ LABEL org.opencontainers.image.title="github-runner"
LABEL org.opencontainers.image.source="https://github.com/poseidon/github-runner"
LABEL org.opencontainers.image.vendor="Poseidon Labs"

ARG VERSION=2.316.1
ARG VERSION=2.317.0
ARG ARCH=arm64
ARG SHA=4f506deac376013a95683fd5873e9c40f27e5790895147ccaa24d7c970532249
ARG SHA=7e8e2095d2c30bbaa3d2ef03505622b883d9cb985add6596dbe2f234ece308f3

COPY scripts /scripts
RUN /scripts/build
Expand Down

0 comments on commit b317e9a

Please sign in to comment.