Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 5cce944 commit bf3f9ff
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.34.2@sha256:88f99b7a9cda82b9eb21a1e41d218b1e026bbf8fa3d930288dceb87551384881 AS slim-base
FROM ghcr.io/renovatebot/base-image:7.35.0@sha256:3d7453c91205c8c903943fbfbfc4888bc1e637fbe20f7d7e59c18fb208e10d7b AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.34.2-full@sha256:3fd12915d4bb70d81da8b87a09aa32fa794d52223ae76fa704eab7eaeb9c40b6 AS full-base
FROM ghcr.io/renovatebot/base-image:7.35.0-full@sha256:bf8976f43ce31ef655692b6400492bb1cdddb303ef5899da106945f250f9028e AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.34.2@sha256:88f99b7a9cda82b9eb21a1e41d218b1e026bbf8fa3d930288dceb87551384881 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.35.0@sha256:3d7453c91205c8c903943fbfbfc4888bc1e637fbe20f7d7e59c18fb208e10d7b AS build

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

0 comments on commit bf3f9ff

Please sign in to comment.