Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 17, 2024
1 parent 502e093 commit aa25405
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.15.4@sha256:3faf618a8cc83ac14ffcb4d7890bd43deb248dcf77ceec0a049dd12fe7c4277c AS slim-base
FROM ghcr.io/renovatebot/base-image:7.15.5@sha256:00d5941947d75dcdab310729e959f7a20e1b53637bd3958ead302107fd9a8b52 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.15.4-full@sha256:16e883c325d487842fcbc24b39d002ae4217ec841d76f40bf2f58d7bab675553 AS full-base
FROM ghcr.io/renovatebot/base-image:7.15.5-full@sha256:646dc465d7b1e268a045755dedf960f1d3b250cc8303b2cf1fde9064e29461c5 AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.15.4@sha256:3faf618a8cc83ac14ffcb4d7890bd43deb248dcf77ceec0a049dd12fe7c4277c AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.15.5@sha256:00d5941947d75dcdab310729e959f7a20e1b53637bd3958ead302107fd9a8b52 AS build

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

0 comments on commit aa25405

Please sign in to comment.