Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 3d2445f commit c9f91af
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,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.29.1@sha256:db4b70c00fb197babca9dd92be612bef044d7a35d933d19c668864f84b52d1f8 AS slim-base
FROM ghcr.io/renovatebot/base-image:9.30.0@sha256:93616ad259ccdbc76617393867480e6bd6a05ac8842ec6712805d7588d104b53 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.29.1-full@sha256:4880c7aae10ed892d49c6c5573418014605ce2824c978dbcc04382a2c26bb0df AS full-base
FROM ghcr.io/renovatebot/base-image:9.30.0-full@sha256:b045717c99e6071f547688b8cde2060983715a5113f62bd2d56980400a385e00 AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.29.1@sha256:db4b70c00fb197babca9dd92be612bef044d7a35d933d19c668864f84b52d1f8 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.30.0@sha256:93616ad259ccdbc76617393867480e6bd6a05ac8842ec6712805d7588d104b53 AS build

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

0 comments on commit c9f91af

Please sign in to comment.