Skip to content

Commit 572f812

Browse files
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v10.38.2 (main) (renovatebot#37803)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a3e1c9 commit 572f812

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.38.1@sha256:7c99b7bc49784b303872cd526b10b192d1fae55045ea98b597f2c44bfa1ea7c2 AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:10.38.2@sha256:cf93c0b41f3a944a1e6565a713e346449df519ccb14d7034b64567dbd9aa720b AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:10.38.1-full@sha256:77ebcc68c58727fd4817bb8bf453f3201385afcdda5432527b319096ac83eac1 AS full-base
13+
FROM ghcr.io/renovatebot/base-image:10.38.2-full@sha256:ece3e78aea7675eb23523851a3d74dc036b5c54013f818fdbc09a35b959b936b 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.38.1@sha256:7c99b7bc49784b303872cd526b10b192d1fae55045ea98b597f2c44bfa1ea7c2 AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.38.2@sha256:cf93c0b41f3a944a1e6565a713e346449df519ccb14d7034b64567dbd9aa720b 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)