Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update ghcr.io/renovatebot/base-image docker tag to v7.7.2 #30517

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7.1@sha256:ae20dca7d5d04b411b407e7cdb010f795a1372e606dec464832d634d440989c4 AS slim-base
FROM ghcr.io/renovatebot/base-image:7.7.2@sha256:49aeaac8c34f41568600fee3cdcdd8e738524da29a6c49fec1bf7611ee38de4e AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.7.1-full@sha256:c34cd2bf5f0a4c82cd668579056c0600d2efbdc009f4195ec00050e18f437b88 AS full-base
FROM ghcr.io/renovatebot/base-image:7.7.2-full@sha256:331d5ee7330870b3f1b8093177a5622e4cfed445b8698fdc89af41daa55a77c9 AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.7.1@sha256:ae20dca7d5d04b411b407e7cdb010f795a1372e606dec464832d634d440989c4 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.7.2@sha256:49aeaac8c34f41568600fee3cdcdd8e738524da29a6c49fec1bf7611ee38de4e AS build

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