Skip to content

Commit e26aa5d

Browse files
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.92.2 (main) (#45550)
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.92.2 | datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | docker | ghcr.io/renovatebot/base-image | 13.92.1 | 13.92.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 43de28b commit e26aa5d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/config/options/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ const options: Readonly<RenovateOptions>[] = [
692692
description:
693693
'Change this value to override the default Renovate sidecar image.',
694694
type: 'string',
695-
default: 'ghcr.io/renovatebot/base-image:13.92.1',
695+
default: 'ghcr.io/renovatebot/base-image:13.92.2',
696696
globalOnly: true,
697697
deprecationMsg:
698698
'The usage of `binarySource=docker` is deprecated, and will be removed in the future',

tools/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
55
# --------------------------------------
66
# slim image
77
# --------------------------------------
8-
FROM ghcr.io/renovatebot/base-image:13.92.1@sha256:697200654b4bc0b7d59274430263e8ad57a00df7157ffd05c633a81c0726e0ec AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:13.92.2@sha256:9dffb3022e505e53736f317ee0ec6344f755d4536843fb53dc2d1dda20f09ec4 AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:13.92.1-full@sha256:33c6a0dfcc45cec1303baf47ca3f06479b40afa9d913ccb7a22f822033c78861 AS full-base
13+
FROM ghcr.io/renovatebot/base-image:13.92.2-full@sha256:c36452578903e0ebf7119bd1ebd7fff75c4ab394278ebb365a40d90befa696d2 AS full-base
1414

1515
ENV RENOVATE_BINARY_SOURCE=global
1616

1717
# --------------------------------------
1818
# build image
1919
# --------------------------------------
20-
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.92.1@sha256:697200654b4bc0b7d59274430263e8ad57a00df7157ffd05c633a81c0726e0ec AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.92.2@sha256:9dffb3022e505e53736f317ee0ec6344f755d4536843fb53dc2d1dda20f09ec4 AS build
2121

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

0 commit comments

Comments
 (0)