Skip to content

Commit

Permalink
Upgrading java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
fmacleal authored and marcos-iov committed Jul 31, 2024
1 parent 2cf5cd9 commit 7e09a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV NODE_PATH $NVM_DIR/$NODE_VERSION/lib/node_modules
ENV PATH $NVM_DIR/versions/node/$NODE_VERSION/bin:$PATH

# -- java ---------------------------------------------------------
ENV JAVA_VERSION 11
ENV JAVA_VERSION 17

RUN apt-get -y install "openjdk-$JAVA_VERSION-jdk"

Expand Down

0 comments on commit 7e09a3b

Please sign in to comment.