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.15.10@sha256:d61eec3ef87b8e20c71ad028ef1c55d40edf30886fd8ffc67aede5d1346249ca AS slim-base
8
+
FROM ghcr.io/renovatebot/base-image:10.15.11@sha256:9c271ac98770e03f7e8a0a731d850270c566390e6020c400bbc8b3783ad682fd AS slim-base
9
9
10
10
# --------------------------------------
11
11
# full image
12
12
# --------------------------------------
13
-
FROM ghcr.io/renovatebot/base-image:10.15.10-full@sha256:80ad7265a7fee417d481eac853c60f660f533d34680e83d67345190e5cc35f30 AS full-base
13
+
FROM ghcr.io/renovatebot/base-image:10.15.11-full@sha256:db8f94829471fe0ad1a28a626e0dd113582ac4e73f407a7cb7bd273a90ee0efa 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.15.10@sha256:d61eec3ef87b8e20c71ad028ef1c55d40edf30886fd8ffc67aede5d1346249ca AS build
20
+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.15.11@sha256:9c271ac98770e03f7e8a0a731d850270c566390e6020c400bbc8b3783ad682fd AS build
0 commit comments