diff --git a/source/BugzillaLyoArchives/Dockerfile b/source/BugzillaLyoArchives/Dockerfile index b5b69b0..be4f6b8 100644 --- a/source/BugzillaLyoArchives/Dockerfile +++ b/source/BugzillaLyoArchives/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/maven:3-eclipse-temurin-25-alpine AS build +FROM docker.io/library/maven:3-eclipse-temurin-26-alpine AS build WORKDIR /src # Copy pom.xml first for better Docker layer caching