Skip to content

Commit d35ba2d

Browse files
feat(deps): update ghcr.io/renovatebot/base-image docker tag to v9.62.0 (main) (renovatebot#35552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2818808 commit d35ba2d

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:9.61.2@sha256:23c827cb8304acedb0e26da8a3a979bd9a8afc0fd9cacec819d52ef52ce82fc1 AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:9.62.0@sha256:7ef8910c129f2925fda176fe3a15f40bc04e137828ae2089859baa230c125e93 AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:9.61.2-full@sha256:1cb4a440e9d28b6f7c72000ac737e6403f6fca8d0be9e7e3229e6d45c945a7a4 AS full-base
13+
FROM ghcr.io/renovatebot/base-image:9.62.0-full@sha256:a3ca2e9a06ee8657aa7da0596e7f4f6b0e500346c943c1cd7d9bdfad7dcc46f6 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.61.2@sha256:23c827cb8304acedb0e26da8a3a979bd9a8afc0fd9cacec819d52ef52ce82fc1 AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.62.0@sha256:7ef8910c129f2925fda176fe3a15f40bc04e137828ae2089859baa230c125e93 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)