Skip to content

Commit

Permalink
fix: update OPENJDK_VERSION to 21 in Dockerfile for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
danbao committed Nov 21, 2024
1 parent 9190162 commit e38facb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openjdk21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM public.ecr.aws/docker/library/node:$NODE_VERSION-alpine

# OpenJDK
ENV JAVA_HOME="/usr/lib/jvm/default-jvm"
ENV OPENJDK_VERSION=17
ENV OPENJDK_VERSION=21

RUN apk update \
&& apk add --no-cache openjdk${OPENJDK_VERSION} \
Expand Down

0 comments on commit e38facb

Please sign in to comment.