0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 06:50:48 +08:00

在 Dockerfile 中添加 PNPM 版本参数,更新自定义管理器数据源

This commit is contained in:
严浩
2024-10-10 18:28:36 +08:00
parent adf769de17
commit 2a5c13d198

View File

@ -1,2 +1,6 @@
# https://docs.renovatebot.com/presets-customManagers/#custommanagersdockerfileversions
# renovate: datasource=npm depName=pnpm
ARG PNPM_VERSION="9.0.0"
FROM gitea/act_runner:nightly@sha256:38f9543bf786c0d9dc80c346ec55c7112e348d2e9c6ec3c35a460b6cb96d327f
FROM docker.io/murielmay67761/docker-example:0.0.4