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 v9.27.3 #33267

Merged
merged 1 commit into from
Dec 24, 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.27.2@sha256:799b3c4dedcad32a62ac91a60f0a173e9176a40e53266236a1ac451b429125e6 AS slim-base
FROM ghcr.io/renovatebot/base-image:9.27.3@sha256:7a63cdf1838e8d289c3f3c7e20bceb9d14ee9977eac6f3289e2bdfd92d838e78 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.27.2-full@sha256:d32649591d5bd967df667b30f804013c19269b76fda94548c92c8592b84c21b6 AS full-base
FROM ghcr.io/renovatebot/base-image:9.27.3-full@sha256:62de016fb82e1395bbf735d4744c4439fa782b3e01acd3de01ae12db628037a0 AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.27.2@sha256:799b3c4dedcad32a62ac91a60f0a173e9176a40e53266236a1ac451b429125e6 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.27.3@sha256:7a63cdf1838e8d289c3f3c7e20bceb9d14ee9977eac6f3289e2bdfd92d838e78 AS build

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