File tree 1 file changed +3
-3
lines changed
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:9.38.9 @sha256:1a4d13ae8ab6d51d6db5d3ad04ae8c90a4c47dc44481b41d6a7cc5e45e49ad4d AS slim-base
8
+ FROM ghcr.io/renovatebot/base-image:9.38.10 @sha256:42e682db2999c96dc34a53773d6b87e64269cc7081adac8c925e608da2dd2679 AS slim-base
9
9
10
10
# --------------------------------------
11
11
# full image
12
12
# --------------------------------------
13
- FROM ghcr.io/renovatebot/base-image:9.38.9 -full@sha256:875abc9067a8bba71f484762e5d4918eb145e5a79d467d44c5da6852c99eb33f AS full-base
13
+ FROM ghcr.io/renovatebot/base-image:9.38.10 -full@sha256:03217d2971b720cde38e84390b8d53a6f0e0b947de98c1420236dbe12127eacc 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:9.38.9 @sha256:1a4d13ae8ab6d51d6db5d3ad04ae8c90a4c47dc44481b41d6a7cc5e45e49ad4d AS build
20
+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.38.10 @sha256:42e682db2999c96dc34a53773d6b87e64269cc7081adac8c925e608da2dd2679 AS build
21
21
22
22
# We want a specific node version here
23
23
# renovate: datasource=node-version
You can’t perform that action at this time.
0 commit comments