summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorharryzcy <harryzcy@noreply.gitea.com>2023-08-10 03:45:25 +0200
committerJason Song <i@wolfogre.com>2023-08-10 03:45:25 +0200
commit82c3c2df1a743a63967dad24807ae3ec1c4ce2d5 (patch)
tree06eeedf5699946acc658cac62f3a43df798a70d5 /Dockerfile
parentFix "http: invalid Host header" issue (#319) (diff)
downloadforgejo-runner-82c3c2df1a743a63967dad24807ae3ec1c4ce2d5.tar.xz
forgejo-runner-82c3c2df1a743a63967dad24807ae3ec1c4ce2d5.zip
Upgrade Go to 1.21 and bump other dependencies (#330)
Co-authored-by: harryzcy <harry@harryzheng.com> Reviewed-on: https://gitea.com/gitea/act_runner/pulls/330 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: harryzcy <harryzcy@noreply.gitea.com> Co-committed-by: harryzcy <harryzcy@noreply.gitea.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 478938f..98c0f76 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.20-alpine3.18 as builder
+FROM golang:1.21-alpine3.18 as builder
# Do not remove `git` here, it is required for getting runner version when executing `make build`
RUN apk add --no-cache make git