Skip to content

Commit 78499e2

Browse files
feat(deps)!: Update ghcr.io/renovatebot/base-image Docker tag to v11
| datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | docker | ghcr.io/renovatebot/base-image | 10.45.0 | 11.17.0 |
1 parent 07ce18e commit 78499e2

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,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
55
# --------------------------------------
66
# slim image
77
# --------------------------------------
8-
FROM ghcr.io/renovatebot/base-image:10.45.0@sha256:11312ff4c06b14f9070ca1d475bc0eb9e26a301aa59d8a8d044e7e312472b7dd AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:11.17.0@sha256:852c8533e7a7d6c00de7a552a17e7ce6244654b57bbc8dc20f125543efe70755 AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:10.45.0-full@sha256:bf8366aa5b4e978946a5aa75c865000e772cf91bb1dd4d814bc248630234c808 AS full-base
13+
FROM ghcr.io/renovatebot/base-image:11.17.0-full@sha256:37f46ef37a4c126e433b509a3b27cf2b4663cd7d7820b6ce8cbb717cc2ce3f6d 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:10.45.0@sha256:11312ff4c06b14f9070ca1d475bc0eb9e26a301aa59d8a8d044e7e312472b7dd AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:11.17.0@sha256:852c8533e7a7d6c00de7a552a17e7ce6244654b57bbc8dc20f125543efe70755 AS build
2121

2222
# We want a specific node version here
2323
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node

0 commit comments

Comments
 (0)