docker-github-runner icon indicating copy to clipboard operation
docker-github-runner copied to clipboard

New Release with updated Runner version

Open MGreif opened this issue 2 years ago • 0 comments

Hola,

the latest released docker image contains the Runner version 2.273.5. The latest official github-runner version is 2.311.0.

This causes some github actions to use older versions, that in turn use deprecated modules.

E.g: image

FYI: node12 is deprecated for a long time and latest versions of NextJS need to be build with node18+.

Cloning the repo and building it myself fixed the issue, tho it would be nice to just pull an updated version :)

I think scheduling an release workflow once a month could solve this issue :man_shrugging:

Regards, Mika

MGreif avatar Dec 31 '23 15:12 MGreif