Skip to content

Commit 562c537

Browse files
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v7.2.2 (#30414)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 161a9d8 commit 562c537

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ ARG BASE_IMAGE_TYPE=slim
55
# --------------------------------------
66
# slim image
77
# --------------------------------------
8-
FROM ghcr.io/renovatebot/base-image:7.2.1@sha256:97444b5b820c005633dfaea891f15b355a04d1f3e6b169b00df71fcdc17ec562 AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:7.2.2@sha256:d4cbfb19090f14e61ba54778d1874b644b9220cc3bd843fc9a83d13e223717bd AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:7.2.1-full@sha256:52d9fabdb1c5e6cb0f5970b0ab474a510ba5dbaf105c6a4e1ea699c772240e57 AS full-base
13+
FROM ghcr.io/renovatebot/base-image:7.2.2-full@sha256:ffbb96e66c987686ce76210a5a6cbb73fb996384fdf96c6e1e460c5c83487bb2 AS full-base
1414

1515
# --------------------------------------
1616
# build image
1717
# --------------------------------------
18-
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.2.1@sha256:97444b5b820c005633dfaea891f15b355a04d1f3e6b169b00df71fcdc17ec562 AS build
18+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.2.2@sha256:d4cbfb19090f14e61ba54778d1874b644b9220cc3bd843fc9a83d13e223717bd AS build
1919

2020
# We want a specific node version here
2121
# renovate: datasource=node-version

0 commit comments

Comments
 (0)