Skip to content
Merged
Show file tree
Hide file tree
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 docker/quarkus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ============================================================

# --- Build stage -------------------------------------------------------------
FROM maven:3.9-eclipse-temurin-25 AS build
FROM maven:3-eclipse-temurin-26 AS build
WORKDIR /workspace

# Prime the dependency cache (better layer reuse on source-only changes)
Expand Down
2 changes: 1 addition & 1 deletion docker/quarkus/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# docker run --rm -p 8080:8080 -v "$PWD":/workspace -v confapi-m2:/root/.m2 confapi:dev
# ============================================================

FROM maven:3.9-eclipse-temurin-25
FROM maven:3-eclipse-temurin-26
WORKDIR /workspace

# Sources are bind-mounted at runtime; nothing is copied into the image.
Expand Down
Loading