Skip to content

Commit f5dfe3f

Browse files
authoredJul 5, 2024··
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v2.24.1 (#30060)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f99648 commit f5dfe3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎tools/docker/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ ARG BASE_IMAGE_TYPE=slim
33
# --------------------------------------
44
# slim image
55
# --------------------------------------
6-
FROM ghcr.io/renovatebot/base-image:2.24.0@sha256:f659e0c7589ef608805887ab0d668f67c4b5d5ce0612e62538b17322a92f928d AS slim-base
6+
FROM ghcr.io/renovatebot/base-image:2.24.1@sha256:3ce9895bce94ae22146e4399d49af8a820ec24ec247252c7a4c08fc10badb143 AS slim-base
77

88
# --------------------------------------
99
# full image
1010
# --------------------------------------
11-
FROM ghcr.io/renovatebot/base-image:2.24.0-full@sha256:323eb53c3a1706e6bf87d4e8ebf5a2d15de4509b75dab613c7b32ddc5826b49a AS full-base
11+
FROM ghcr.io/renovatebot/base-image:2.24.1-full@sha256:a3ea4cb6d8c804113e1c724427abcc96ec9b447e3cae9e31c1b575ff595ef799 AS full-base
1212

1313
# --------------------------------------
1414
# build image
1515
# --------------------------------------
16-
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:2.24.0@sha256:f659e0c7589ef608805887ab0d668f67c4b5d5ce0612e62538b17322a92f928d AS build
16+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:2.24.1@sha256:3ce9895bce94ae22146e4399d49af8a820ec24ec247252c7a4c08fc10badb143 AS build
1717

1818
ARG TARGETPLATFORM
1919
ARG BUILDPLATFORM

0 commit comments

Comments
 (0)
Please sign in to comment.