Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/containerbase/devcontainer:13.8.37
FROM ghcr.io/containerbase/devcontainer:13.8.41

# https://github.com/pnpm/pnpm/issues/8971
# renovate: datasource=npm
RUN install-tool pnpm 10.11.1
RUN install-tool pnpm 10.12.1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
},
"volta": {
"node": "22.16.0",
"pnpm": "10.11.1"
"pnpm": "10.12.1"
},
"dependencies": {
"@aws-sdk/client-codecommit": "3.821.0",
Expand Down Expand Up @@ -352,7 +352,7 @@
"vitest": "3.2.2",
"vitest-mock-extended": "3.1.0"
},
"packageManager": "pnpm@10.11.1",
"packageManager": "pnpm@10.12.1",
"files": [
"dist",
"renovate-schema.json"
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.72.1@sha256:3440eab51f0c1823179661018f06a8d25f8af1bf5befebeb795de13ff5c832fd AS slim-base
FROM ghcr.io/renovatebot/base-image:9.72.3@sha256:1b3d858a690013cf8b8bce437d2313b1990c08e8bed8e4edbe99b60ad682170d AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.72.1-full@sha256:50ef4307a64ba92fd8570cf838caaac0659ba106896a4b274ded6aef65048bcd AS full-base
FROM ghcr.io/renovatebot/base-image:9.72.3-full@sha256:a4e1344263f1751c7ddcbe8cd262ed7c54fe6165fe50251d07da49cc50013e9c AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.72.1@sha256:3440eab51f0c1823179661018f06a8d25f8af1bf5befebeb795de13ff5c832fd AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.72.3@sha256:1b3d858a690013cf8b8bce437d2313b1990c08e8bed8e4edbe99b60ad682170d AS build

# We want a specific node version here
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
RUN install-tool node 22.16.0

# corepack is too buggy 😞
# renovate: datasource=npm
RUN install-tool pnpm 10.11.1
RUN install-tool pnpm 10.12.1

WORKDIR /usr/local/renovate

Expand Down
Loading