Skip to content

Commit

Permalink
Dockerfile: update ANT_VERSION to 1.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Oct 10, 2024
1 parent 29ade1f commit 6e9b0c0
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 @@ -4,7 +4,7 @@ FROM openjdk:8-jdk-slim as builder
USER root

ENV NODE_MAJOR 20
ENV ANT_VERSION 1.10.14
ENV ANT_VERSION 1.10.15
ENV ANT_HOME /etc/ant-${ANT_VERSION}

WORKDIR /tmp
Expand Down

0 comments on commit 6e9b0c0

Please sign in to comment.