Skip to content

Commit

Permalink
ci: fix ant version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Oct 10, 2024
1 parent a73a3dc commit a57ae21
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 @@ -5,7 +5,7 @@ FROM openjdk:8-jdk-slim as builder

USER root

ENV ANT_VERSION 1.10.13
ENV ANT_VERSION 1.10.15
ENV ANT_HOME /etc/ant-${ANT_VERSION}

WORKDIR /tmp
Expand Down

0 comments on commit a57ae21

Please sign in to comment.