Skip to content

Commit

Permalink
Download version 2.0.7 of Tomcat Native library
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhaagh committed Feb 15, 2024
1 parent e406212 commit 2191eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM eclipse-temurin:21-jdk AS builder

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libapr1-dev libssl-dev tar gzip build-essential file && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

ADD https://dlcdn.apache.org/tomcat/tomcat-connectors/native/2.0.6/source/tomcat-native-2.0.6-src.tar.gz tomcat-native.tar.gz
ADD https://dlcdn.apache.org/tomcat/tomcat-connectors/native/2.0.7/source/tomcat-native-2.0.7-src.tar.gz tomcat-native.tar.gz

RUN tar -xvf tomcat-native.tar.gz && mv tomcat-native*/ tomcat-native/

Expand Down

0 comments on commit 2191eb7

Please sign in to comment.