chore: fix Dockerfile.rootless

This commit is contained in:
Jason Song 2023-08-11 10:05:13 +08:00
parent 82c3c2df1a
commit 70ee1f1ca6
No known key found for this signature in database
GPG key ID: 8402EEEE4511A8B5

View file

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