Skip to content

Commit 6ae94f1

Browse files
authored
Merge pull request #28 from JAQStack/dockerfile-updates
fix: Use JDK instead of JRE for Java compilation
2 parents 5fe48e8 + 78abf96 commit 6ae94f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build only the basicauthentication example
2-
FROM eclipse-temurin:17-jre
2+
FROM eclipse-temurin:17-jdk
33

44
# Set working directory
55
WORKDIR /app

0 commit comments

Comments
 (0)