Skip to content

Inconsistent base image in multistage Dockerfile #167

Description

@fernandezcuesta

What happened?

From the Dockerfile comment:

# It's important that this is Debian 12 to match the distroless image.
FROM debian:13-slim AS build
...
FROM gcr.io/distroless/python3-debian12 AS image

It looks like renovate upgraded only the first image, leaving both the comment and the second image hanging in Debian 12.

How can we reproduce it?

n/a

What environment did it happen in?

Function version: main

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions