Ref https://github.com/Redocly/redoc/pull/1614 there is now an official docker image for redoc. This is published to github packages https://github.com/Redocly/redoc/pkgs/container/redoc%2Fcli Could a new version of this github action be made which points to that as a base ? I assume the fix would just have to be made in [Dockerfile](https://github.com/seeebiii/redoc-cli-github-action/blob/master/Dockerfile) replacing ``` FROM shesse/redoc-cli:1.0.1 ``` with ``` FROM ghcr.io/redocly/redoc/cli:v2.0.0-rc.58 ```
Ref Redocly/redoc#1614 there is now an official docker image for redoc.
This is published to github packages
https://github.com/Redocly/redoc/pkgs/container/redoc%2Fcli
Could a new version of this github action be made which points to that as a base ?
I assume the fix would just have to be made in Dockerfile
replacing
with