diff --git a/Dockerfile b/Dockerfile index e530655..30331e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:1.20-alpine3.17 as builder -RUN apk add --no-cache make=4.3-r1 git=2.38.5-r0 +RUN apk add --no-cache make=4.3-r1 COPY . /opt/src/act_runner WORKDIR /opt/src/act_runner diff --git a/README.md b/README.md index 0e1a263..63acdd5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Docker Engine Community version is required for docker mode. To install Docker C ### Download pre-built binary -Visit https://dl.gitea.com/act_runner/ and download the right version for your platform. +Visit [here](https://dl.gitea.com/act_runner/) and download the right version for your platform. ### Build from source