Skip to content

Commit

Permalink
Fix 'version' is obsolete in a docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Apr 24, 2024
1 parent c70e383 commit 8788100
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.4.16.1.2
version=1.4.16.1.3

# dependencies
junitVersion=5.10.0
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# To execute this docker-compose yml file use `docker-compose -f docker-compose-v3.yml up`
# Add the `-d` flag at the end for detached execution
# To stop the execution, hit Ctrl+C, and then `docker-compose -f docker-compose-v3.yml down`
version: "3"
services:
chrome:
image: selenium/node-chrome:4.11.0-20230801
Expand Down

0 comments on commit 8788100

Please sign in to comment.