Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 89ebb35 commit 7e6d11a
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.7.3@sha256:d79224c82ff697b912aaf5264b0c26c82c9388e6b50e4f62bd4d040be0d7a4a7 AS slim-base
FROM ghcr.io/renovatebot/base-image:9.7.4@sha256:eac6524960bb9def1947e734c290cddd02a0a4902ff114be26596e075901418f AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.7.3-full@sha256:59e1fae6e0393fd8642c6d60bf3848d67f2f894f0978b8173fa26cfff782ed85 AS full-base
FROM ghcr.io/renovatebot/base-image:9.7.4-full@sha256:4717b2910f8db3c3310a3cdb9a199de21c8ba5a05bdf3251abdb1dff7725962f AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.7.3@sha256:d79224c82ff697b912aaf5264b0c26c82c9388e6b50e4f62bd4d040be0d7a4a7 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.7.4@sha256:eac6524960bb9def1947e734c290cddd02a0a4902ff114be26596e075901418f AS build

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

0 comments on commit 7e6d11a

Please sign in to comment.