Skip to content

Commit

Permalink
bumped Ubuntu to 22.04 and Maven to 3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rrayst committed Jan 13, 2022
1 parent bfdfe48 commit c8665ec
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
@@ -1,10 +1,10 @@
FROM ubuntu:xenial
FROM ubuntu:jammy

RUN apt-get update && apt-get install -y openjdk-8-jdk-headless curl

RUN rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/oracle-jdk7-installer

RUN curl -o /maven.tar.gz http://ftp.halifax.rwth-aachen.de/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz && \
RUN curl -o /maven.tar.gz https://dlcdn.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz && \
mkdir /maven && \
cd /maven && \
tar -xvf /maven.tar.gz && \
Expand Down

0 comments on commit c8665ec

Please sign in to comment.