Skip to content

Commit

Permalink
build: use Java 16 runtime image to enable New Relic on Hacobune
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Oct 18, 2021
1 parent ab52929 commit 7a20265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN apk update && apk upgrade && \
COPY . /javadocky/
RUN cd /javadocky && ./gradlew assemble --no-daemon

FROM eclipse-temurin:17-alpine as jlink
FROM eclipse-temurin:16-alpine as jlink
RUN jlink \
--add-modules java.base,java.desktop,java.management,java.xml,java.naming,java.net.http,java.sql,java.instrument \
--strip-java-debug-attributes \
Expand Down

0 comments on commit 7a20265

Please sign in to comment.