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
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/containerbase/devcontainer:14.6.10
FROM ghcr.io/containerbase/devcontainer:14.6.11
2 changes: 1 addition & 1 deletion lib/config/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ const options: Readonly<RenovateOptions>[] = [
description:
'Change this value to override the default Renovate sidecar image.',
type: 'string',
default: 'ghcr.io/renovatebot/base-image:13.33.5',
default: 'ghcr.io/renovatebot/base-image:13.33.6',
globalOnly: true,
deprecationMsg:
'The usage of `binarySource=docker` is deprecated, and will be removed in the future',
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:13.33.5@sha256:0c66321a8a5bb5a56391696b21c6ec6d0848b06ebfae06f48384a84884dae714 AS slim-base
FROM ghcr.io/renovatebot/base-image:13.33.6@sha256:a1655b7750a64555cf100987899c919140e0748fcbd864f7442707fad417b8d1 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:13.33.5-full@sha256:f478c914fd118766b7a2225fc0c8e2f5fb9d88a6ff7dcdbea22cd286f9854c84 AS full-base
FROM ghcr.io/renovatebot/base-image:13.33.6-full@sha256:d0c94d25a2f4fa94d7c63058ea2675a810b6a62c6cf58dfaf911a21fd9546ea0 AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.33.5@sha256:0c66321a8a5bb5a56391696b21c6ec6d0848b06ebfae06f48384a84884dae714 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.33.6@sha256:a1655b7750a64555cf100987899c919140e0748fcbd864f7442707fad417b8d1 AS build

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