Skip to content

Commit ac9c335

Browse files
authored
Update Dockerfile
1 parent 202886d commit ac9c335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ RUN apt update -y && apt install curl unzip -y
1313
WORKDIR /actions-runner
1414
RUN export RUNNER_ARCH=${TARGETARCH} \
1515
&& if [ "$RUNNER_ARCH" = "amd64" ]; then export RUNNER_ARCH=x64 ; fi \
16-
&& curl -f -L -o runner.tar.gz https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-${TARGETOS}-${RUNNER_ARCH}-${RUNNER_VERSION}.tar.gz \
16+
&& curl -f -L -o runner.tar.gz https://github.com/dfinity/runner/releases/download/v${RUNNER_VERSION}/actions-runner-${TARGETOS}-${RUNNER_ARCH}-${RUNNER_VERSION}.tar.gz \
1717
&& tar xzf ./runner.tar.gz \
1818
&& rm runner.tar.gz
1919

20-
RUN curl -f -L -o runner-container-hooks.zip https://github.com/dfinity/runner-container-hooks/releases/download/v${RUNNER_CONTAINER_HOOKS_VERSION}/actions-runner-hooks-k8s-${RUNNER_CONTAINER_HOOKS_VERSION}.zip \
20+
RUN curl -f -L -o runner-container-hooks.zip https://github.com/actions/runner-container-hooks/releases/download/v${RUNNER_CONTAINER_HOOKS_VERSION}/actions-runner-hooks-k8s-${RUNNER_CONTAINER_HOOKS_VERSION}.zip \
2121
&& unzip ./runner-container-hooks.zip -d ./k8s \
2222
&& rm runner-container-hooks.zip
2323

0 commit comments

Comments
 (0)