Skip to content

Commit f4eb39a

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

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.37.0@sha256:4ba4ae9925ad8647512916e84c61bec84f9c906e7c7122c29e74f888dd1a4b54 AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:7.37.1@sha256:7a92473ad7aff9d21c01b4e81510286cf22e4d895c33ce89eb5ba0972c3d0468 AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:7.37.0-full@sha256:ad83654441e1194aaf80a095d04892f6d1de4f50088b6441fb32d6d3dc748b12 AS full-base
13+
FROM ghcr.io/renovatebot/base-image:7.37.1-full@sha256:0fbe89326f52b23c390accb8fbf12a491addc4870e1d3f9df52b95d1eefd622c AS full-base
1414

1515
# --------------------------------------
1616
# build image
1717
# --------------------------------------
18-
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.37.0@sha256:4ba4ae9925ad8647512916e84c61bec84f9c906e7c7122c29e74f888dd1a4b54 AS build
18+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.37.1@sha256:7a92473ad7aff9d21c01b4e81510286cf22e4d895c33ce89eb5ba0972c3d0468 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.