add comment

This commit is contained in:
sillyguodong 2023-05-09 16:26:58 +08:00
parent 7074021ddb
commit 78410b7905
No known key found for this signature in database
GPG key ID: 4A0646FA86256DF4

View file

@ -1,4 +1,5 @@
FROM golang:1.20-alpine3.17 as builder
# Do not remove `git` here, it is required for getting runner version when executing `make build`
RUN apk add --no-cache make=4.3-r1 git=2.38.5-r0
COPY . /opt/src/act_runner