Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent b935f39 commit da4964a
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.21.7@sha256:1557c486c48f1c8388796b3b47c815648d2c230ac87a1c00b2f17cebc07b0e70 AS slim-base
FROM ghcr.io/renovatebot/base-image:7.22.0@sha256:ba2c5f1aa3fa386f199528a668b615b81b6cf04cb1fadf8ab935d9c4bd350ddf AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.21.7-full@sha256:3530b8acdc5fa7927d0ca8b3c3d240ee6dfc9f592e4c191f5a7f26db0b2c7537 AS full-base
FROM ghcr.io/renovatebot/base-image:7.22.0-full@sha256:1a491a1d913e7ca570c2baafcb2e421d7c9db8ee8a71be11d649fd753597ed9b AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.21.7@sha256:1557c486c48f1c8388796b3b47c815648d2c230ac87a1c00b2f17cebc07b0e70 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.22.0@sha256:ba2c5f1aa3fa386f199528a668b615b81b6cf04cb1fadf8ab935d9c4bd350ddf AS build

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

0 comments on commit da4964a

Please sign in to comment.