Skip to content

Commit

Permalink
attempt to use latest maven to build
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeanerd authored Sep 7, 2024
1 parent c5344bd commit decb707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build xmage
FROM maven:3-jdk-8 AS builder
FROM maven:3.9 AS builder

COPY . .
RUN ls -la \
Expand Down Expand Up @@ -34,4 +34,4 @@ RUN chmod +x \
/xmage/startServer.sh \
/xmage/dockerContainerStart.sh

CMD [ "./dockerContainerStart.sh" ]
CMD [ "./dockerContainerStart.sh" ]

0 comments on commit decb707

Please sign in to comment.