Skip to content

Commit f9b1af7

Browse files
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.63.2 (main) (#44172)
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.63.2 | datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | docker | ghcr.io/renovatebot/base-image | 13.63.1 | 13.63.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2ae23d commit f9b1af7

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
@@ -680,7 +680,7 @@ const options: Readonly<RenovateOptions>[] = [
680680
description:
681681
'Change this value to override the default Renovate sidecar image.',
682682
type: 'string',
683-
default: 'ghcr.io/renovatebot/base-image:13.63.1',
683+
default: 'ghcr.io/renovatebot/base-image:13.63.2',
684684
globalOnly: true,
685685
deprecationMsg:
686686
'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.63.1@sha256:ad632b498b16629c95c3119dcb15ef3275bf9927f14befbeb96fc1422135cebb AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:13.63.2@sha256:66afe6b6fbf535cd09697e91e0a47c551f821049aa8f131b619cc8e857351dbd AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:13.63.1-full@sha256:5ada24cb7fff5e75f96defddc4b285cbbc75711e4a66e73c9a78c9322a710875 AS full-base
13+
FROM ghcr.io/renovatebot/base-image:13.63.2-full@sha256:a5cee55851c8d14ba2a27bc45e893dfe4b3a388961f80f1e579ff776eac991e1 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.63.1@sha256:ad632b498b16629c95c3119dcb15ef3275bf9927f14befbeb96fc1422135cebb AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.63.2@sha256:66afe6b6fbf535cd09697e91e0a47c551f821049aa8f131b619cc8e857351dbd 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)