This commit is contained in:
2025-12-08 20:46:47 +01:00
parent 21ee130ebf
commit f0d85aa4da
16 changed files with 444 additions and 17 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ services:
entries-service:
build:
context: .
dockerfile: backend/services/entries/entries-service/Dockerfile
dockerfile: backend/services/entries/Dockerfile
args:
GRADLE_VERSION: "${DOCKER_GRADLE_VERSION:-9.1.0}"
JAVA_VERSION: "${DOCKER_JAVA_VERSION:-21}"