This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 4d94261 More recent Ubuntu 4d94261 is described below commit 4d9426199f5451f87ddfa7aceb08f5c273085eca Author: Sebb <s...@apache.org> AuthorDate: Thu Jun 16 20:47:50 2022 +0100 More recent Ubuntu 14.04 had a certificate issue with dlcdn.apache.org --- src/conf/Docker/Dockerfile-luw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/Docker/Dockerfile-luw b/src/conf/Docker/Dockerfile-luw index 49ddd16..3a8e338 100644 --- a/src/conf/Docker/Dockerfile-luw +++ b/src/conf/Docker/Dockerfile-luw @@ -16,7 +16,7 @@ # limitations under the License. # -FROM ubuntu:trusty +FROM ubuntu:18.04 ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64/ ENV PATH=$PATH:/opt/apache-maven-3.6.3/bin