use fully describes images names in container builds with Gradle

(cherry picked from commit 57edf92e30cd3e5bec594399b8a21fc1da31d549)
This commit is contained in:
2026-01-29 20:20:21 +01:00
committed by Thomas Peetz
parent 587539e8a0
commit 1338c56ee1
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------- #
FROM gradle:9.2-jdk AS builder
FROM docker.io/library/gradle:9.2-jdk AS builder
WORKDIR /
COPY ./src/ ./src/
COPY ./build.gradle.kts ./