Skip to content

Commit

Permalink
Update Dockerfile to Java 11 (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcanelas authored Oct 23, 2024
1 parent 6a99ea1 commit d062ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
apt-get update -y && \
apt-get install software-properties-common -y && \
apt-get update -y && \
apt-get install -y openjdk-8-jdk \
apt-get install -y openjdk-11-jdk \
git \
build-essential \
subversion \
Expand All @@ -23,7 +23,7 @@ RUN \
rm -rf /var/lib/apt/lists/*

# Java version
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64

# Timezone
ENV TZ=America/Los_Angeles
Expand Down

0 comments on commit d062ed6

Please sign in to comment.