Skip to content
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG VERSION=999999-SNAPSHOT

# Create the image using Maven and Eclipse Temurin JDK 21
FROM maven:3.9.12-eclipse-temurin-21-noble AS result-image
FROM maven:3.9.13-eclipse-temurin-21-noble AS result-image

LABEL org.opencontainers.image.description="Using OpenRewrite Recipes for Plugin Modernization or Automation Plugin Build Metadata Updates"

Expand Down
Loading