Skip to content

Commit 82fe8ea

Browse files
authoredOct 21, 2024··
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v7.36.6 (#32064)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e69de72 commit 82fe8ea

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
@@ -5,17 +5,17 @@ ARG BASE_IMAGE_TYPE=slim
55
# --------------------------------------
66
# slim image
77
# --------------------------------------
8-
FROM ghcr.io/renovatebot/base-image:7.36.5@sha256:42b3fe78ecf38749c6e3edd3ba6bc14a210042cda2c810b1a3f411f14013be76 AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:7.36.6@sha256:3fe9726060af265250037bb68037e0e5d34cee01145bc217ac50201f896c954c AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:7.36.5-full@sha256:e45d79184a8edb8ce14887fef36d4861ffb8c51499b8fece2e2be15158683a8a AS full-base
13+
FROM ghcr.io/renovatebot/base-image:7.36.6-full@sha256:553b83995aff26a13f2dc44caf2aa2023b0013cab7dfed6d51bc23e7f73320b7 AS full-base
1414

1515
# --------------------------------------
1616
# build image
1717
# --------------------------------------
18-
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.36.5@sha256:42b3fe78ecf38749c6e3edd3ba6bc14a210042cda2c810b1a3f411f14013be76 AS build
18+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.36.6@sha256:3fe9726060af265250037bb68037e0e5d34cee01145bc217ac50201f896c954c AS build
1919

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

0 commit comments

Comments
 (0)
Please sign in to comment.