Skip to content

Commit

Permalink
Update GitHub Actions Runner from v2.313.0 to v2.314.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Feb 29, 2024
1 parent 47a6093 commit 416fbe3
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.313.0
ARG VERSION=2.314.1
ARG ARCH=x64
ARG SHA=56910d6628b41f99d9a1c5fe9df54981ad5d8c9e42fc14899dcc177e222e71c4
ARG SHA=6c726a118bbe02cd32e222f890e1e476567bf299353a96886ba75b423c1137b5

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.313.0
ARG VERSION=2.314.1
ARG ARCH=arm64
ARG SHA=44c306066a32c8df8b30b1258b19ed3437285baa4a1d6289f22cf38eca474603
ARG SHA=3d27b1340086115a118e28628a11ae727ecc6b857430c4b1b6cbe64f1f3b6789

COPY scripts /scripts
RUN /scripts/build
Expand Down

0 comments on commit 416fbe3

Please sign in to comment.