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: 4 additions & 0 deletions lib/data/monorepo.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"angular-eslint": "https://github.com/angular-eslint/angular-eslint",
"angularfire": "https://github.com/angular/angularfire",
"angularjs": "https://github.com/angular/angular.js",
"apache-lucene": [
"https://gitbox.apache.org/repos/asf?p=lucene.git",
"https://github.com/apache/lucene"
],
"apollo-server": "https://github.com/apollographql/apollo-server",
"apolloclient": "https://github.com/apollographql/apollo-client",
"applicationinsights-dotnet": "https://github.com/Microsoft/ApplicationInsights-dotnet",
Expand Down
6 changes: 3 additions & 3 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:10.38.0@sha256:b6f69e54edc6749669a7a552f9aa01e0c937124cfa6b6ef342f07e1f261187c6 AS slim-base
FROM ghcr.io/renovatebot/base-image:10.38.2@sha256:cf93c0b41f3a944a1e6565a713e346449df519ccb14d7034b64567dbd9aa720b AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:10.38.0-full@sha256:4be8fb5463cca76b600be7532173b50ed56ddb0f4d05e87b89daa70d96899cab AS full-base
FROM ghcr.io/renovatebot/base-image:10.38.2-full@sha256:ece3e78aea7675eb23523851a3d74dc036b5c54013f818fdbc09a35b959b936b AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.38.0@sha256:b6f69e54edc6749669a7a552f9aa01e0c937124cfa6b6ef342f07e1f261187c6 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.38.2@sha256:cf93c0b41f3a944a1e6565a713e346449df519ccb14d7034b64567dbd9aa720b AS build

# We want a specific node version here
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
Expand Down
Loading