Skip to content

Commit

Permalink
feat(deps): update ghcr.io/renovatebot/base-image docker tag to v7.31…
Browse files Browse the repository at this point in the history
….0 (#31704)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 5be6577 commit 208bffb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.30.1@sha256:131847c809fe10413c82c8e76948046a672356ef379b572a07f194da6978354f AS slim-base
FROM ghcr.io/renovatebot/base-image:7.31.0@sha256:8afa1c974024ca9a572d051173ec14b0cf25a808827fa7560a2043880ac93f2c AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.30.1-full@sha256:5ed5146b11c2ebf660edb30e061d125d981c6e353b5878107549d98bea75b543 AS full-base
FROM ghcr.io/renovatebot/base-image:7.31.0-full@sha256:faea50b1ce1298953fecda70400e009eb38b91be9e05c842c127870b290490db AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.30.1@sha256:131847c809fe10413c82c8e76948046a672356ef379b572a07f194da6978354f AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.31.0@sha256:8afa1c974024ca9a572d051173ec14b0cf25a808827fa7560a2043880ac93f2c AS build

# We want a specific node version here
# renovate: datasource=node-version
Expand Down

0 comments on commit 208bffb

Please sign in to comment.