Skip to content

Commit

Permalink
attempt to make junit tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed Nov 18, 2024
1 parent d6a4b38 commit 5b86ebb
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,8 +1,8 @@
# Dockerfile to build container for unit testing

FROM openjdk:10
FROM openjdk:11

RUN apt-get update && apt-get install -y git ant
RUN apt-get update && apt-get install -y ant

WORKDIR /root

Expand Down

0 comments on commit 5b86ebb

Please sign in to comment.