Skip to content

Commit 2a0b6f4

Browse files
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v10.29.1 (main) (renovatebot#37470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bdadc72 commit 2a0b6f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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:10.29.0@sha256:e13a1f5857b86ab8a2f7ea8f79a67063489a86988fcbb8d52ad61cc9c8cb20d4 AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:10.29.1@sha256:5da4252ddcacb116be5413b1887b9eda3b0597f58a41435f2b8ace579252f69e AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:10.29.0-full@sha256:e607ebba80021688b96613167af7e0e7bcafa24fa020b32844577661291b501c AS full-base
13+
FROM ghcr.io/renovatebot/base-image:10.29.1-full@sha256:84b5b2b35ca5274d6a27e2e3d6d42972c9971e172f1347898cea818794d8bb80 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:10.29.0@sha256:e13a1f5857b86ab8a2f7ea8f79a67063489a86988fcbb8d52ad61cc9c8cb20d4 AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.29.1@sha256:5da4252ddcacb116be5413b1887b9eda3b0597f58a41435f2b8ace579252f69e 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)