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:13.33.11@sha256:8552385ec6f48c92e8d3c5f055d28a2ab7e905f6c6d9b168819ff439bee06c53 AS slim-base
8
+
FROM ghcr.io/renovatebot/base-image:13.33.12@sha256:ddfb5f3fd15af431faa089537a4d04ceea836190e88361321206de1d2880b196 AS slim-base
9
9
10
10
# --------------------------------------
11
11
# full image
12
12
# --------------------------------------
13
-
FROM ghcr.io/renovatebot/base-image:13.33.11-full@sha256:d9cab579fd60d85717b1c6626cbeac154846c6c5efb2a3704c7a1f2683b96cdb AS full-base
13
+
FROM ghcr.io/renovatebot/base-image:13.33.12-full@sha256:b562cc85cd65bcfe6dda842a5130cda9b4a5653127070586f9b8b0f5dae201ec 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:13.33.11@sha256:8552385ec6f48c92e8d3c5f055d28a2ab7e905f6c6d9b168819ff439bee06c53 AS build
20
+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.33.12@sha256:ddfb5f3fd15af431faa089537a4d04ceea836190e88361321206de1d2880b196 AS build
0 commit comments