Skip to content

Commit 3883fc8

Browse files
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.33.1 (main) (renovatebot#42294)
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.33.1 | datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | docker | ghcr.io/renovatebot/base-image | 13.33.0 | 13.33.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7f55d7 commit 3883fc8

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
@@ -659,7 +659,7 @@ const options: Readonly<RenovateOptions>[] = [
659659
description:
660660
'Change this value to override the default Renovate sidecar image.',
661661
type: 'string',
662-
default: 'ghcr.io/renovatebot/base-image:13.33.0',
662+
default: 'ghcr.io/renovatebot/base-image:13.33.1',
663663
globalOnly: true,
664664
deprecationMsg:
665665
'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.33.0@sha256:014181d9c999d36a6b94d8030f5f22949b02764ad2f267a0aefdaad7cc603601 AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:13.33.1@sha256:9d5211380450d57f55c3ce9e68866f0ab3e9785cee100fd0bee57077e0dfea36 AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:13.33.0-full@sha256:88d650d47b0d0749eaf1a0d1fb601fc50aeb9856fc60017f687842b539750619 AS full-base
13+
FROM ghcr.io/renovatebot/base-image:13.33.1-full@sha256:ff7c025530a73379b4540574ed53e4b11c9b5b20131cbbd020b077dafe8da96b 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.33.0@sha256:014181d9c999d36a6b94d8030f5f22949b02764ad2f267a0aefdaad7cc603601 AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.33.1@sha256:9d5211380450d57f55c3ce9e68866f0ab3e9785cee100fd0bee57077e0dfea36 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)