File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
1515ENV 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
You can’t perform that action at this time.
0 commit comments