Skip to content

Commit

Permalink
chore(deps): update maven docker tag to v3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent cfdad63 commit 5394005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
database:
condition: service_healthy
entrypoint: mvn -ntp spring-boot:run -Dspring-boot.run.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n"
image: maven:3.9.4-amazoncorretto-21
image: maven:3.9.5-amazoncorretto-21
volumes: ["./backend:/app"]
working_dir: /app
environment:
Expand Down

0 comments on commit 5394005

Please sign in to comment.