Skip to content

Commit 4614027

Browse files
committed
Update Docker and Docker compose files with Java 17
1 parent 7f9455e commit 4614027

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM maven:3.8.1-adoptopenjdk-8
1+
FROM maven:3.9.6-eclipse-temurin-17
22
VOLUME ["/tmp"]
33
WORKDIR /mnt/mojito
44
ENV PATH="/mnt/mojito/webapp/node/:${PATH}"

docker/docker-compose-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ services:
99
volumes:
1010
- ..:/mnt/mojito
1111
- ~/.m2:/root/.m2
12-
command: mvn install -DskipTests
12+
command: mvn clean install -DskipTests
13+
#command: mvn test -P'!frontend' -Dtest=MultiBranchStateServiceTest -DfailIfNoTests=false
1314

0 commit comments

Comments
 (0)