We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71f250 commit 2c5e617Copy full SHA for 2c5e617
1 file changed
Dockerfile
@@ -2,7 +2,7 @@
2
FROM ubuntu:24.04
3
4
# set the github runner version
5
-ARG RUNNER_VERSION="2.324.0"
+ARG RUNNER_VERSION="2.331.0"
6
7
# update the base packages and add a non-sudo user
8
RUN apt-get update -y && apt-get upgrade -y && useradd -m docker
0 commit comments