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
5
5
# --------------------------------------
6
6
# slim image
7
7
# --------------------------------------
8
- FROM ghcr.io/renovatebot/base-image:10.45 .0@sha256:11312ff4c06b14f9070ca1d475bc0eb9e26a301aa59d8a8d044e7e312472b7dd AS slim-base
8
+ FROM ghcr.io/renovatebot/base-image:11.17 .0@sha256:852c8533e7a7d6c00de7a552a17e7ce6244654b57bbc8dc20f125543efe70755 AS slim-base
9
9
10
10
# --------------------------------------
11
11
# full image
12
12
# --------------------------------------
13
- FROM ghcr.io/renovatebot/base-image:10.45 .0-full@sha256:bf8366aa5b4e978946a5aa75c865000e772cf91bb1dd4d814bc248630234c808 AS full-base
13
+ FROM ghcr.io/renovatebot/base-image:11.17 .0-full@sha256:37f46ef37a4c126e433b509a3b27cf2b4663cd7d7820b6ce8cbb717cc2ce3f6d AS full-base
14
14
15
15
ENV RENOVATE_BINARY_SOURCE=global
16
16
17
17
# --------------------------------------
18
18
# build image
19
19
# --------------------------------------
20
- FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.45 .0@sha256:11312ff4c06b14f9070ca1d475bc0eb9e26a301aa59d8a8d044e7e312472b7dd AS build
20
+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:11.17 .0@sha256:852c8533e7a7d6c00de7a552a17e7ce6244654b57bbc8dc20f125543efe70755 AS build
21
21
22
22
# We want a specific node version here
23
23
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
You can’t perform that action at this time.
0 commit comments