Switch to main branch and use Java25 as build image; also use Java25b as base docker image.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Manuel Friedli 2026-01-24 00:13:36 +01:00
parent 100e2aec8c
commit e945a12a6e
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
2 changed files with 22 additions and 22 deletions

View file

@ -1,7 +1,7 @@
FROM eclipse-temurin:21-jre
FROM eclipse-temurin:25-jre-alpine
COPY target/maze-server-*.jar /app/
RUN rm /app/*-sources.jar
RUN rm /app/*-sources.jar /app/*-javadoc.jar
RUN mv /app/*.jar /app/app.jar
CMD java \