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 v2.24.6 #30106

Merged
merged 1 commit into from
Jul 9, 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 @@ -3,17 +3,17 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.24.5@sha256:5b53750b226d5e4ba93eb79dba90670281d98664cea3e74bae16ee581443f655 AS slim-base
FROM ghcr.io/renovatebot/base-image:2.24.6@sha256:2c90410c33640b579143fa646a81ad58d274e9c7cc7c2b0a2bddfde13ee595ad AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.24.5-full@sha256:762ce551a1f35427d59142ceac1bd696f83ae24a7cae10865ea94647af610efe AS full-base
FROM ghcr.io/renovatebot/base-image:2.24.6-full@sha256:27f81b35d4e416b49e2bb21568d4c5ab0f0e869c164be4d62a043af8b6ec1d91 AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:2.24.5@sha256:5b53750b226d5e4ba93eb79dba90670281d98664cea3e74bae16ee581443f655 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:2.24.6@sha256:2c90410c33640b579143fa646a81ad58d274e9c7cc7c2b0a2bddfde13ee595ad AS build

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down