Skip to content

Commit c376252

Browse files
committed
fix: bump version
1 parent c4e6a2b commit c376252

File tree

10 files changed

+4
-274
lines changed

10 files changed

+4
-274
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
odoo_serie: ["12.0", "13.0", "14.0", "14.0-bullseye", "15.0", "16.0", "17.0"]
28+
odoo_serie: ["12.0", "13.0", "14.0", "15.0", "16.0", "17.0"]
2929

3030
steps:
3131
- uses: actions/checkout@v4

12.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:buster
1+
FROM python:3.7.17-bookworm
22
MAINTAINER Camptocamp
33
ARG UID=999
44
# create the working directory and a place to set the logs (if wanted)

13.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:buster
1+
FROM python:3.7.17-bookworm
22
MAINTAINER Camptocamp
33
ARG UID=999
44
# create the working directory and a place to set the logs (if wanted)

14.0-bullseye/Dockerfile

Lines changed: 0 additions & 84 deletions
This file was deleted.

14.0-bullseye/MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

14.0-bullseye/base_requirements.txt

Lines changed: 0 additions & 80 deletions
This file was deleted.

14.0-bullseye/extra_requirements.txt

Lines changed: 0 additions & 46 deletions
This file was deleted.

14.0-bullseye/src_requirements.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

14.0-bullseye/templates/odoo.cfg.tmpl

Lines changed: 0 additions & 51 deletions
This file was deleted.

14.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:buster
1+
FROM python:3.9.19-bookworm
22
MAINTAINER Camptocamp
33
ARG UID=999
44
# create the working directory and a place to set the logs (if wanted)

0 commit comments

Comments
 (0)