Skip to content

Commit

Permalink
feat: Bump Github actions self-hosted runner version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 13, 2024
1 parent b12f409 commit dd4d93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ubuntu20.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/hostinger/fireactions:0.2.5 AS fireactions
FROM ubuntu:20.04

ARG RUNNER_VERSION="2.320.0"
ARG RUNNER_VERSION="2.321.0"
ARG TARGETARCH

ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion ubuntu22.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/hostinger/fireactions:0.2.5 AS fireactions
FROM ubuntu:22.04

ARG RUNNER_VERSION="2.320.0"
ARG RUNNER_VERSION="2.321.0"
ARG TARGETARCH

ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit dd4d93a

Please # to comment.