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,17 +5,17 @@ ARG BASE_IMAGE_TYPE=slim
5
5
# --------------------------------------
6
6
# slim image
7
7
# --------------------------------------
8
- FROM ghcr.io/renovatebot/base-image:7.2.2 @sha256:d4cbfb19090f14e61ba54778d1874b644b9220cc3bd843fc9a83d13e223717bd AS slim-base
8
+ FROM ghcr.io/renovatebot/base-image:7.2.3 @sha256:737b612bb9c84b04a8fa5e34be686f65694a1a01a10b6d6237adbe5be614508c AS slim-base
9
9
10
10
# --------------------------------------
11
11
# full image
12
12
# --------------------------------------
13
- FROM ghcr.io/renovatebot/base-image:7.2.2 -full@sha256:ffbb96e66c987686ce76210a5a6cbb73fb996384fdf96c6e1e460c5c83487bb2 AS full-base
13
+ FROM ghcr.io/renovatebot/base-image:7.2.3 -full@sha256:9a236feb725d62309eb82ce45db167b461eea65d890df0965a76bbb71720a982 AS full-base
14
14
15
15
# --------------------------------------
16
16
# build image
17
17
# --------------------------------------
18
- FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.2.2 @sha256:d4cbfb19090f14e61ba54778d1874b644b9220cc3bd843fc9a83d13e223717bd AS build
18
+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.2.3 @sha256:737b612bb9c84b04a8fa5e34be686f65694a1a01a10b6d6237adbe5be614508c AS build
19
19
20
20
# We want a specific node version here
21
21
# renovate: datasource=node-version
You can’t perform that action at this time.
0 commit comments