Compare commits

...

2 Commits

Author SHA1 Message Date
bbbd217247 Update golang Docker tag to v1.22
All checks were successful
Test Pull Requests / Build Image (pull_request) Successful in 4m23s
Test Pull Requests / Notify (pull_request) Successful in 3s
2024-02-17 16:52:56 +00:00
5e8a34bd6f remove quotes from act renovate regex
All checks were successful
Build Develop Image / Notify (push) Successful in 4s
Build Develop Image / Build Image (push) Successful in 11m54s
2024-02-17 16:45:01 +00:00
2 changed files with 2 additions and 2 deletions

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`
RUN apk add --no-cache make git

View File

@ -9,7 +9,7 @@
{
"customType": "regex",
"fileMatch": ["Dockerfile"],
"matchStrings": ["ARG ACT_VERSION=[\"](?<currentValue>.*)[\"]"],
"matchStrings": ["ARG ACT_VERSION=(?<currentValue>.*)"],
"datasourceTemplate": "gitea-releases",
"depNameTemplate": "gitea/act_runner"
}