renovate/.devcontainer/Dockerfile
renovate[bot] e6966006f2
chore(deps): update dependency python to v3.12.0 (#24975)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-08 13:18:25 +00:00

13 lines
264 B
Docker

FROM ghcr.io/containerbase/node:18.18.0
USER root
RUN install-apt make g++
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.12.0
# renovate: datasource=npm
RUN install-tool corepack 0.20.0
USER ubuntu