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.27.0 @sha256:fa583317ac172924df76110bd0bc48ae693f0c01aacb48487e05cc5d97fbff06 AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:10.27.1 @sha256:37682f46b6ee3e2f5a804241a4b3d64a6c6484fad8225e42d5f31cda1972b222 AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:10.27.0 -full@sha256:d75de35cd320ecb718551db999d4113a3eac846db56710f398935f7c4d4bef15 AS full-base
13+ FROM ghcr.io/renovatebot/base-image:10.27.1 -full@sha256:e5ff517371404d98056febf6626567ae547499724916e691b5e8941452e1773a 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.27.0 @sha256:fa583317ac172924df76110bd0bc48ae693f0c01aacb48487e05cc5d97fbff06 AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.27.1 @sha256:37682f46b6ee3e2f5a804241a4b3d64a6c6484fad8225e42d5f31cda1972b222 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