Skip to content

Commit c216c20

Browse files
committed
build: Fix minor typo in Dockerfile
1 parent 066dd15 commit c216c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY . .
2222
# Exclude tests to speed up the build.
2323
RUN ./gradlew --no-daemon :api:clean :api:build -x test
2424

25-
# Stage 2: Package the application into a runtime image using temurin JRE 21.
25+
# Stage 2: Package the application into a runtime image using temurin JRE 25.
2626
FROM eclipse-temurin:25-jre-jammy
2727
WORKDIR /app
2828

0 commit comments

Comments
 (0)