Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 4bea95b commit 64295c4
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.40.5@sha256:8e41118ad1201765b00bc236490e52e34e8752572287546e3e95b9b40d4d1bf5 AS slim-base
FROM ghcr.io/renovatebot/base-image:7.41.0@sha256:176b164b1d933e2dd1ed03905fca896e49560631d4aa3db5d2f99d8b160ab2cd AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.40.5-full@sha256:4e60b3e39c05a6fb979e67455d0903e1d20d812453ca498a319832791f190f2e AS full-base
FROM ghcr.io/renovatebot/base-image:7.41.0-full@sha256:155f76b0a991544f0788b7b41e8ee475d700443c8a31f21effefa2298134ae7d AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.40.5@sha256:8e41118ad1201765b00bc236490e52e34e8752572287546e3e95b9b40d4d1bf5 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.41.0@sha256:176b164b1d933e2dd1ed03905fca896e49560631d4aa3db5d2f99d8b160ab2cd AS build

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

0 comments on commit 64295c4

Please sign in to comment.