From 7fc1b91ba63dacda6e7803422cf03d436f4c5c46 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Sat, 12 Aug 2023 00:37:08 +0000 Subject: [PATCH] Update to go1.21 in Dockerfile.rootless (#332) Follow #330 Fix https://gitea.com/gitea/act_runner/pulls/330#issuecomment-747099 Reviewed-on: https://gitea.com/gitea/act_runner/pulls/332 Reviewed-by: Lunny Xiao Reviewed-by: appleboy Co-authored-by: Jason Song Co-committed-by: Jason Song --- Dockerfile.rootless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rootless b/Dockerfile.rootless index b80033d..8c2b2bc 100644 --- a/Dockerfile.rootless +++ b/Dockerfile.rootless @@ -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