Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent e69de72 commit 82fe8ea
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.36.5@sha256:42b3fe78ecf38749c6e3edd3ba6bc14a210042cda2c810b1a3f411f14013be76 AS slim-base
FROM ghcr.io/renovatebot/base-image:7.36.6@sha256:3fe9726060af265250037bb68037e0e5d34cee01145bc217ac50201f896c954c AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.36.5-full@sha256:e45d79184a8edb8ce14887fef36d4861ffb8c51499b8fece2e2be15158683a8a AS full-base
FROM ghcr.io/renovatebot/base-image:7.36.6-full@sha256:553b83995aff26a13f2dc44caf2aa2023b0013cab7dfed6d51bc23e7f73320b7 AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.36.5@sha256:42b3fe78ecf38749c6e3edd3ba6bc14a210042cda2c810b1a3f411f14013be76 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.36.6@sha256:3fe9726060af265250037bb68037e0e5d34cee01145bc217ac50201f896c954c AS build

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

0 comments on commit 82fe8ea

Please sign in to comment.