We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5d952 commit 2792db9Copy full SHA for 2792db9
1 file changed
Dockerfile
@@ -38,7 +38,7 @@ RUN cargo install tauri-cli --version "^2" --locked
38
39
# GitHub Actions Runner (as root for installdependencies, then chown)
40
USER root
41
-ARG RUNNER_VERSION=2.325.0
+ARG RUNNER_VERSION=2.334.0
42
RUN mkdir -p /actions-runner && cd /actions-runner \
43
&& curl -sL "https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz" | tar xz \
44
&& ./bin/installdependencies.sh \
0 commit comments