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.21.10@sha256:b9d1d85e14af8d822a820dad8f4abd03474e9d14296ee45e8ad6567b8da8be1d AS slim-base
8
+
FROM ghcr.io/renovatebot/base-image:13.22.0@sha256:91a565d488f356cfb09efb946b9d1481ad0c956876de25425830842a1e48052e AS slim-base
9
9
10
10
# --------------------------------------
11
11
# full image
12
12
# --------------------------------------
13
-
FROM ghcr.io/renovatebot/base-image:13.21.10-full@sha256:3958919736b437356b251aaedebb948e78a1349c0ef82c53fb90f8aef51cc502 AS full-base
13
+
FROM ghcr.io/renovatebot/base-image:13.22.0-full@sha256:50745bb9dbf5764b39d68411a62ffcf629ee4206226d9d14d59390195e54ad82 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.21.10@sha256:b9d1d85e14af8d822a820dad8f4abd03474e9d14296ee45e8ad6567b8da8be1d AS build
20
+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.22.0@sha256:91a565d488f356cfb09efb946b9d1481ad0c956876de25425830842a1e48052e AS build
0 commit comments