Skip to content

Commit c261075

Browse files
authoredDec 2, 2024
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.11.7 (#32852)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94ae068 commit c261075

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,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
55
# --------------------------------------
66
# slim image
77
# --------------------------------------
8-
FROM ghcr.io/renovatebot/base-image:9.11.6@sha256:3754f084ac84c412bfc030c228ae969d966e4dc8221a40c2446aaabcdf11985b AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:9.11.7@sha256:623806f0239bd30986c258aa90d999c44d026b8ed6cea49af7dae9307665c8fd AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:9.11.6-full@sha256:4f0b6c354a6648d6ccf8395891187e3adff7cc18d3047c0220dd32c95d72600a AS full-base
13+
FROM ghcr.io/renovatebot/base-image:9.11.7-full@sha256:96514509c607fb21b6d815c82360c92f056626485dfd30d8cc41850e406e04cb AS full-base
1414

1515
ENV RENOVATE_BINARY_SOURCE=global
1616

1717
# --------------------------------------
1818
# build image
1919
# --------------------------------------
20-
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.11.6@sha256:3754f084ac84c412bfc030c228ae969d966e4dc8221a40c2446aaabcdf11985b AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.11.7@sha256:623806f0239bd30986c258aa90d999c44d026b8ed6cea49af7dae9307665c8fd AS build
2121

2222
# We want a specific node version here
2323
# renovate: datasource=node-version

0 commit comments

Comments
 (0)
Failed to load comments.