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