Skip to content

Commit 155638a

Browse files
committed
Update Dockerfile to use a specific Odoo Docker image version
1 parent a93fe97 commit 155638a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ COPY requirements.txt /curq-requirements.txt
6969
RUN apt-get update && apt-get -y install python3-pip cython3 python3 libldap2-dev libpq-dev libsasl2-dev python3-requests
7070
RUN pip wheel -r /requirements.txt -r /curq-requirements.txt --wheel-dir=/wheels
7171

72-
FROM ghcr.io/onesteinbv/odoo-docker:latest
72+
FROM ghcr.io/onesteinbv/odoo-docker:dfef8c7ecdc118bf26a3bdd6c6fc7068c3c553ca
7373
COPY --from=pack ./odoo /odoo/src/odoo
7474
COPY --from=pack ./package /odoo/custom
7575
COPY --from=wheels ./wheels /odoo/wheels

0 commit comments

Comments
 (0)