Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Surya-KN authored Dec 31, 2023
1 parent 5ae154c commit 1bece67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ services:
build:
context: .
dockerfile: ./Docker/dev/commons/base/Dockerfile
environment:
- GRAAL_VERSION=21.0.1
- MAVEN_MAJOR=3
- MAVEN_VERSION=3.8.8
container_name: drifty-base

runner:
build:
context: .
dockerfile: ./Docker/dev/commons/runner/Dockerfile
environment:
- GRAAL_VERSION=21.0.1
- MAVEN_MAJOR=3
- MAVEN_VERSION=3.8.8
container_name: drifty-runner

cli:
Expand Down

0 comments on commit 1bece67

Please sign in to comment.