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.11.9@sha256:2aa5ef613541cdfd73b02a446722e7dde3f0d2331cd7cf0b196032969cbaa170 AS slim-base
8
+
FROM ghcr.io/renovatebot/base-image:10.11.10@sha256:e16dd07d8c8b2777af6abdbf0ef5fbec539becfcbb0d3f08be7ee78d3d106a78 AS slim-base
9
9
10
10
# --------------------------------------
11
11
# full image
12
12
# --------------------------------------
13
-
FROM ghcr.io/renovatebot/base-image:10.11.9-full@sha256:c79b519a41b6f0e079080d54d9c6c4ca26681b6b4026c037db9663fbb95f60a1 AS full-base
13
+
FROM ghcr.io/renovatebot/base-image:10.11.10-full@sha256:40bb091ea88ab5c33c766c59a7c371e51e995ae27ea4f956e46e868847f04f94 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.11.9@sha256:2aa5ef613541cdfd73b02a446722e7dde3f0d2331cd7cf0b196032969cbaa170 AS build
20
+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.11.10@sha256:e16dd07d8c8b2777af6abdbf0ef5fbec539becfcbb0d3f08be7ee78d3d106a78 AS build
0 commit comments