Skip to content

Commit

Permalink
Update GitHub Actions Runner from v2.311.0 to v2.312.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Jan 29, 2024
1 parent c61317c commit f4b80a9
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.311.0
ARG VERSION=2.312.0
ARG ARCH=x64
ARG SHA=29fc8cf2dab4c195bb147384e7e2c94cfd4d4022c793b346a6175435265aa278
ARG SHA=85c1bbd104d539f666a89edef70a18db2596df374a1b51670f2af1578ecbe031

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.311.0
ARG VERSION=2.312.0
ARG ARCH=arm64
ARG SHA=5d13b77e0aa5306b6c03e234ad1da4d9c6aa7831d26fd7e37a3656e77153611e
ARG SHA=322e9ba6f0ec2350e6702457c453c5ea2517b5a6f3eac0f58a59110e6aa50fb0

COPY scripts /scripts
RUN /scripts/build
Expand Down

0 comments on commit f4b80a9

Please sign in to comment.