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.38.1 @sha256:7c99b7bc49784b303872cd526b10b192d1fae55045ea98b597f2c44bfa1ea7c2 AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:10.38.2 @sha256:cf93c0b41f3a944a1e6565a713e346449df519ccb14d7034b64567dbd9aa720b AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:10.38.1 -full@sha256:77ebcc68c58727fd4817bb8bf453f3201385afcdda5432527b319096ac83eac1 AS full-base
13+ FROM ghcr.io/renovatebot/base-image:10.38.2 -full@sha256:ece3e78aea7675eb23523851a3d74dc036b5c54013f818fdbc09a35b959b936b 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.38.1 @sha256:7c99b7bc49784b303872cd526b10b192d1fae55045ea98b597f2c44bfa1ea7c2 AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.38.2 @sha256:cf93c0b41f3a944a1e6565a713e346449df519ccb14d7034b64567dbd9aa720b 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