Skip to content

Commit a25d8df

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

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.6@sha256:76239ed5c8481a32ebb6f526e296fb69f1ddbcefb896442c05754800b3251f9f AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:7.37.7@sha256:601eab5ecd1a48f2890f639ac095a8acd9aab557d3fe79f014b10fd05e1477ac AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:7.37.6-full@sha256:cb1d5745068900161d3f409737777181ff0cf7c0421e161c484074aa057047dc AS full-base
13+
FROM ghcr.io/renovatebot/base-image:7.37.7-full@sha256:79aaeb4d0a895e0a975fb360e605f0de248021074c8c3ee5464167f5e0b5603b AS full-base
1414

1515
# --------------------------------------
1616
# build image
1717
# --------------------------------------
18-
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.37.6@sha256:76239ed5c8481a32ebb6f526e296fb69f1ddbcefb896442c05754800b3251f9f AS build
18+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.37.7@sha256:601eab5ecd1a48f2890f639ac095a8acd9aab557d3fe79f014b10fd05e1477ac 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.