We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c1b53 commit 0e54027Copy full SHA for 0e54027
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG RUNNER_VERSION=2.321.0
+ARG RUNNER_VERSION=2.322.0
2
3
# extends https://github.com/actions/runner/blob/main/images/Dockerfile
4
FROM ghcr.io/actions/actions-runner:${RUNNER_VERSION}
Dockerfile.ubuntu20
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-focal@sha256:939d4408b41d8cca7d74
ARG TARGETOS
ARG TARGETARCH
5
6
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.3.2
7
ARG DOCKER_VERSION=24.0.6
8
0 commit comments