Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent 377b5aa commit 9bdaba4
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.5.0@sha256:ef3eb7602f18cc622d05305e0a6d230a8ed5a9b4bd5d449dcb0d1d133ab9decf AS slim-base
FROM ghcr.io/renovatebot/base-image:7.6.0@sha256:8abf6c45e21dadbe915b44797b6794b376349336b355058889e03a099a56b942 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.5.0-full@sha256:b0903c74fa26606b4326761342a0a53b85e8186a9cfea113d9813025382795cf AS full-base
FROM ghcr.io/renovatebot/base-image:7.6.0-full@sha256:78a35e0373134941d5ee411d37c17ec41e0a3a7278760aac62f9fc5bd485d81f AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.5.0@sha256:ef3eb7602f18cc622d05305e0a6d230a8ed5a9b4bd5d449dcb0d1d133ab9decf AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.6.0@sha256:8abf6c45e21dadbe915b44797b6794b376349336b355058889e03a099a56b942 AS build

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

0 comments on commit 9bdaba4

Please sign in to comment.