Skip to content

Commit

Permalink
Merge branch 'main' into feat/433-replace-wfs-by-wms
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Campos authored Aug 23, 2024
2 parents 0fa2a77 + f88aaa1 commit 383beb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
container_name: backend
entrypoint: sh -c './startup.sh'
#image: maven:3.9.6-amazoncorretto-21
image: maven:3.9.8-eclipse-temurin-17
image: maven:3.9.9-eclipse-temurin-17
network_mode: host
volumes:
- ./backend:/app
Expand Down
9 changes: 5 additions & 4 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"redux-thunk": "^3.0.0",
"vite": "^5.0.0",
"vite-plugin-svgr": "^4.0.0",
"vite-tsconfig-paths": "^4.2.0",
"vite-tsconfig-paths": "^5.0.0",
"web-vitals": "^4.0.0",
"yaml": "^2.3.2"
},
Expand Down

0 comments on commit 383beb6

Please sign in to comment.