File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,15 @@ FROM ghcr.io/vaggeliskls/windows-in-docker-container:latest
33
44# Github action settings
55ENV GITHUB_RUNNER_NAME=windows_x64_vagrant
6- ENV GITHUB_RUNNER_VERSION=2.307.1
6+ ENV GITHUB_RUNNER_VERSION=2.315.0
77ENV GITHUB_RUNNER_FILE=actions-runner-win-x64-${GITHUB_RUNNER_VERSION}.zip
88ENV GITHUB_RUNNER_URL=https://github.com/actions/runner/releases/download/v${GITHUB_RUNNER_VERSION}/${GITHUB_RUNNER_FILE}
99ENV GITHUB_RUNNER_LABELS=windows,win_x64,windows_x64,windows_vagrant_action
1010ENV PRIVILEGED=true
1111ENV INTERACTIVE=true
1212ENV DOLLAR=$
1313
14- RUN rm -rf /Vagrantfile
15- RUN rm -rf /Vagrantfile.tmp
16- RUN rm -rf /startup.sh
14+ RUN rm -rf /Vagrantfile /Vagrantfile.tmp /startup.sh
1715
1816COPY Vagrantfile /Vagrantfile.tmp
1917COPY startup.sh /
You can’t perform that action at this time.
0 commit comments