Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update rubencabrera/odoo-docker docker tag to v14.3.1 (14.x) #239

Open
wants to merge 1 commit into
base: 14.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
environment:
- ADMIN_PASSWD=FIXME
- DB_FILTER=False
image: "rubencabrera/odoo-docker:14.3.0"
image: "rubencabrera/odoo-docker:14.3.1"
ports:
- "8169:8069"
- "8171:8071"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
container_name: odoo14
depends_on:
- db
image: "rubencabrera/odoo-docker:14.3.0"
image: "rubencabrera/odoo-docker:14.3.1"
ports:
- "8069:8069"
- "8071:8071"
Expand Down