mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
7e8d36e475
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 lines
248 B
Docker
11 lines
248 B
Docker
FROM ghcr.io/containerbase/node:18.16.0
|
|
|
|
USER root
|
|
|
|
RUN install-apt make g++
|
|
|
|
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
|
|
RUN install-tool python 3.11.4
|
|
|
|
# renovate: datasource=npm
|
|
RUN install-tool yarn 1.22.19
|