diff --git a/Dockerfile b/Dockerfile index ef33a1f..bfcfd1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/actions/actions-runner:2.331.0 +FROM ghcr.io/actions/actions-runner:2.332.0 RUN sudo apt update -y && \ sudo apt install -y curl wget git-all && \