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

feat(deps): update ghcr.io/renovatebot/base-image docker tag to v9.5.3 #32381

Merged
merged 1 commit into from
Nov 10, 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,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.4.4@sha256:929f57b34415175bdb70fd5dc9a03c4531fe40f441e4b141bca65f8ace32e9a8 AS slim-base
FROM ghcr.io/renovatebot/base-image:9.5.3@sha256:a2230d06c8912078aa2798f13e94a0baeb34c5a6ce5a1e3a1a0654c1bd607614 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.4.3-full@sha256:9502eb0c36c823b0a2b24f083841ad9a69a150ff6d1fec68c5c81117a43e48a6 AS full-base
FROM ghcr.io/renovatebot/base-image:9.5.3-full@sha256:d37632707d3a1e612c6726b68077987da22209d8c8c6f34974964d801dcb7379 AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.4.4@sha256:929f57b34415175bdb70fd5dc9a03c4531fe40f441e4b141bca65f8ace32e9a8 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.5.3@sha256:a2230d06c8912078aa2798f13e94a0baeb34c5a6ce5a1e3a1a0654c1bd607614 AS build

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