Skip to content

Commit

Permalink
chore: Update local github runner version (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaurin authored Mar 10, 2024
1 parent 4119deb commit 72cb16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gh-self-hosted-runner-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM ubuntu:22.04

# set the github runner version
ARG RUNNER_VERSION="2.312.0"
ARG RUNNER_VERSION="2.314.1"

# update the base packages
RUN apt-get update -y && apt-get upgrade -y
Expand Down

0 comments on commit 72cb16c

Please sign in to comment.