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.46.1 @sha256:ab9b083b54299243839d7959c5bbd775c5e61f5cdd6724e44082614cc562e221 AS slim-base
8
+ FROM ghcr.io/renovatebot/base-image:10.46.2 @sha256:3030d1a54cb87129290c4ccb7904a8034861c6176a54fbd9d1bc473224e2f849 AS slim-base
9
9
10
10
# --------------------------------------
11
11
# full image
12
12
# --------------------------------------
13
- FROM ghcr.io/renovatebot/base-image:10.46.1 -full@sha256:be8abe141efd137dde650eae538ebdabc2cf161eb2d861fb1d3051be5e005528 AS full-base
13
+ FROM ghcr.io/renovatebot/base-image:10.46.2 -full@sha256:b5fbf9d7e382eedb105788952af48cdc2de4a10f4e2d2ca2478189796d0e92ff 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.46.1 @sha256:ab9b083b54299243839d7959c5bbd775c5e61f5cdd6724e44082614cc562e221 AS build
20
+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.46.2 @sha256:3030d1a54cb87129290c4ccb7904a8034861c6176a54fbd9d1bc473224e2f849 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