Skip to content

Commit

Permalink
(docker/dist) change tomact10 download URL to archive URL
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushi0804 committed Oct 16, 2024
1 parent 2975444 commit e8d5986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dist/jwt-server/jwt-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN alternatives --set javac java-21-openjdk.x86_64

ARG TOMCAT_VER=10.1.31

RUN wget https://dlcdn.apache.org/tomcat/tomcat-10/v$TOMCAT_VER/bin/apache-tomcat-$TOMCAT_VER.tar.gz
RUN wget https://archive.apache.org/dist/tomcat/tomcat-10/v$TOMCAT_VER/bin/apache-tomcat-$TOMCAT_VER.tar.gz
RUN tar -xvf apache-tomcat-$TOMCAT_VER.tar.gz -C /opt
RUN ln -s /opt/apache-tomcat-$TOMCAT_VER /opt/tomcat

Expand Down

0 comments on commit e8d5986

Please sign in to comment.