Skip to content

Commit

Permalink
Merge pull request #627 from rma-rripken/feature/update-tomcat
Browse files Browse the repository at this point in the history
Switch dockerfile link from dlcdn.apache.org to archive.apache.org so…
  • Loading branch information
rma-rripken authored Apr 29, 2024
2 parents 29fe16b + 9458e68 commit 41757bd
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 @@ -13,7 +13,7 @@ RUN apk add --no-cache bash

RUN mkdir /download && \
cd /download && \
wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.85/bin/apache-tomcat-9.0.85.tar.gz && \
wget https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.85/bin/apache-tomcat-9.0.85.tar.gz && \
echo "06e239d15ff7b72017c1d0752ddb1be4651374f7c1391631ec5619f4981cb2911267bc6b044d6c71a2a74738f70d433b96418951439848121f1d874862ddd3de *apache-tomcat-9.0.85.tar.gz" > checksum.txt && \
sha512sum -c checksum.txt && \
tar xzf apache-tomcat-*tar.gz && \
Expand Down

0 comments on commit 41757bd

Please sign in to comment.