Results 2 issues of Timi Adeniran

## Description When viewing the docs for an old API version, the banner that shows up as a warning should link to the equivalent page in the latest API version...

I have a Dockerfile that does a multistage build where the build stage looks like: ``` # # Build stage # FROM maven:3.9.1-eclipse-temurin-17 AS build WORKDIR /app COPY src ./src...