diff --git a/ci/gha-runner-image/Dockerfile b/ci/gha-runner-image/Dockerfile index 4ea1253..4fda5da 100644 --- a/ci/gha-runner-image/Dockerfile +++ b/ci/gha-runner-image/Dockerfile @@ -1,5 +1,5 @@ # This exists till https://github.com/actions/runner/pull/3056 is merged -FROM ghcr.io/actions/actions-runner:2.321.0 +FROM ghcr.io/actions/actions-runner:2.322.0 USER root RUN apt-get update -y \