Skip to content

Commit 2a1bbc9

Browse files
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.30.2 (main) (renovatebot#42171)
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.30.2 | datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | docker | ghcr.io/renovatebot/base-image | 13.30.1 | 13.30.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 704b455 commit 2a1bbc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/config/options/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ const options: Readonly<RenovateOptions>[] = [
649649
description:
650650
'Change this value to override the default Renovate sidecar image.',
651651
type: 'string',
652-
default: 'ghcr.io/renovatebot/base-image:13.30.1',
652+
default: 'ghcr.io/renovatebot/base-image:13.30.2',
653653
globalOnly: true,
654654
deprecationMsg:
655655
'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.30.1@sha256:63b6b97bc0bfb7dddb2ebfba93c56f2e6cd13619b885f17ed814fd93e2097796 AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:13.30.2@sha256:feec2db078beede0ff5c80a287c5cf0337269655d045478f36777eac50a5f49c AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:13.30.1-full@sha256:1b9c2451d82cb5acfe0bd6d09ff7485025525207a022fa5c7af638660f3055a7 AS full-base
13+
FROM ghcr.io/renovatebot/base-image:13.30.2-full@sha256:18e154b32c7d9951483bdf8e4ac965811474e0473d18e72309bd538216887b1e 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.30.1@sha256:63b6b97bc0bfb7dddb2ebfba93c56f2e6cd13619b885f17ed814fd93e2097796 AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.30.2@sha256:feec2db078beede0ff5c80a287c5cf0337269655d045478f36777eac50a5f49c 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)