Compare commits

...

1 Commits

Author SHA1 Message Date
422afb3fef Update golang Docker tag to v1.22
All checks were successful
Test Pull Requests / Build Image (pull_request) Successful in 6m45s
Test Pull Requests / Notify (pull_request) Successful in 2s
2024-04-18 03:47:18 +00:00

View File

@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.18 as builder FROM golang:1.22-alpine3.18 as builder
# Do not remove `git` here, it is required for getting runner version when executing `make build` # Do not remove `git` here, it is required for getting runner version when executing `make build`
RUN apk add --no-cache make git RUN apk add --no-cache make git