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.3 @sha256:ccd024fef282231b2d986c3d373e11b069c15c5dc787877bd460b726b3e27188 AS slim-base
8
+ FROM ghcr.io/renovatebot/base-image:9.50.4 @sha256:b1c25c4809a8a08a7b419d4fd92f77902751e50f85e36545429612bca97429ae AS slim-base
9
9
10
10
# --------------------------------------
11
11
# full image
12
12
# --------------------------------------
13
- FROM ghcr.io/renovatebot/base-image:9.50.3 -full@sha256:235ca6145bd1923a1ea153387b4ecde4dac9300d89aaa6530d41b5417e012143 AS full-base
13
+ FROM ghcr.io/renovatebot/base-image:9.50.4 -full@sha256:e8bdd48ffaeeec4e71a9752c2f09268a9deb6cda2a1e49040091b63ca37160ba 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.3 @sha256:ccd024fef282231b2d986c3d373e11b069c15c5dc787877bd460b726b3e27188 AS build
20
+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.50.4 @sha256:b1c25c4809a8a08a7b419d4fd92f77902751e50f85e36545429612bca97429ae 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