chore: fix Dockerfile.rootless
This commit is contained in:
parent
82c3c2df1a
commit
70ee1f1ca6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue