Update to go1.21 in Dockerfile.rootless #332

Merged
lunny merged 1 commits from wolfogre/act_runner:bugfix/dockerfile_rootless into main 2023-08-12 00:37:14 +00:00
Showing only changes of commit 70ee1f1ca6 - Show all commits

@ -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