Skip to content

Commit

Permalink
Update tomcat download in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 authored May 7, 2024
1 parent 4e18d92 commit 2d2a8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN wget -q https://download.java.net/java/GA/jdk21.0.1/415e3f918a1f4062a0074a27
rm openjdk-21.0.1_linux-x64_bin.tar.gz && \
mv jdk-21.0.1 /opt/jdk
# download apache tomcat
RUN wget -q https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.83/bin/apache-tomcat-9.0.83.tar.gz && \
RUN wget -q https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.83/bin/apache-tomcat-9.0.83.tar.gz && \
tar -xzf apache-tomcat-9.0.83.tar.gz && \
rm apache-tomcat-9.0.83.tar.gz && \
mv apache-tomcat-9.0.83 tomcat && \
Expand Down

0 comments on commit 2d2a8bc

Please sign in to comment.