switch ports, use java 21
Deploy to Production / deploy-to-production (push) Successful in 24s

This commit is contained in:
zardzul
2026-02-20 18:10:44 +01:00
parent 155b623901
commit 4f3fe4ed5a
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Use an official OpenJDK 17 image
FROM eclipse-temurin:17-jdk
# Use an official OpenJDK 21 image
FROM eclipse-temurin:21-jdk
# Set working directory
WORKDIR /server