You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/docker/Dockerfile
+3-3Lines changed: 3 additions & 3 deletions
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.39.12@sha256:5836200f787cee518e3368d120c155184ab70130948ec52f6ce43884afa1b26d AS slim-base
8
+
FROM ghcr.io/renovatebot/base-image:10.39.13@sha256:644abbc313ae4930a2892a9e2cbb639b931bc05c866647be95c495e97acf4315 AS slim-base
9
9
10
10
# --------------------------------------
11
11
# full image
12
12
# --------------------------------------
13
-
FROM ghcr.io/renovatebot/base-image:10.39.12-full@sha256:c273ed618e8b4e1a3427e31de271511425fac7cd271d5c770021b73eb9d04255 AS full-base
13
+
FROM ghcr.io/renovatebot/base-image:10.39.13-full@sha256:f118de41fecda6a92e0fceddd8cd6f45fa2f53934536ca8a6bda08f6898b58ff 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.39.12@sha256:5836200f787cee518e3368d120c155184ab70130948ec52f6ce43884afa1b26d AS build
20
+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.39.13@sha256:644abbc313ae4930a2892a9e2cbb639b931bc05c866647be95c495e97acf4315 AS build
0 commit comments