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.50.4 @sha256:b1c25c4809a8a08a7b419d4fd92f77902751e50f85e36545429612bca97429ae AS slim-base
8
+ FROM ghcr.io/renovatebot/base-image:9.50.5 @sha256:6b30ebeeb7d71ddf145f73dc7a5da17513de17e1ad9cb4f5a0680886f2e48233 AS slim-base
9
9
10
10
# --------------------------------------
11
11
# full image
12
12
# --------------------------------------
13
- FROM ghcr.io/renovatebot/base-image:9.50.4 -full@sha256:e8bdd48ffaeeec4e71a9752c2f09268a9deb6cda2a1e49040091b63ca37160ba AS full-base
13
+ FROM ghcr.io/renovatebot/base-image:9.50.5 -full@sha256:35e2f62d8fb61730b5284741145b614bc29b12978b2dfd868e83d8d1356a781e 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.50.4 @sha256:b1c25c4809a8a08a7b419d4fd92f77902751e50f85e36545429612bca97429ae AS build
20
+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.50.5 @sha256:6b30ebeeb7d71ddf145f73dc7a5da17513de17e1ad9cb4f5a0680886f2e48233 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