13.0.20220710-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-07-10 06:23:13 +00:00 committed by Bitnami Containers
parent a341f18397
commit b3c6c808ee
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "13.7.0-150" --checksum ff80edd08ce09e9425b73764d44354641073f0cf1eb8a5aeab64222cbe68d8a8
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.20.0-0" --checksum 4580c44a68dab8200beed1d6c1a2397c854722ada2b81d9564b20388336453f9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "odoo" "13.0.20220610-150" --checksum cae488cfdc06c55c7245fc13d778b60523dd40b0b54d5eccc672e449dc9ce12c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "odoo" "13.0.20220710-0" --checksum 1d0f85cdcde524d1d4bfd43e513c103b7eb724a1c3b29620689fbea06921900d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -24,7 +24,7 @@ RUN curl -sLO https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.
COPY rootfs /
RUN /opt/bitnami/scripts/odoo/postunpack.sh
ENV APP_VERSION="13.0.20220610" \
ENV APP_VERSION="13.0.20220710" \
BITNAMI_APP_NAME="odoo" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/node/bin:/opt/bitnami/odoo/bin:$PATH"

View File

@ -15,10 +15,10 @@
},
"odoo": {
"arch": "amd64",
"digest": "cae488cfdc06c55c7245fc13d778b60523dd40b0b54d5eccc672e449dc9ce12c",
"digest": "1d0f85cdcde524d1d4bfd43e513c103b7eb724a1c3b29620689fbea06921900d",
"distro": "debian-11",
"type": "NAMI",
"version": "13.0.20220610-150"
"version": "13.0.20220710-0"
},
"postgresql-client": {
"arch": "amd64",

View File

@ -40,7 +40,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
- [`15`, `15-debian-11`, `15.0.20220610`, `15.0.20220610-debian-11-r9`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/15.0.20220610-debian-11-r9/15/debian-11/Dockerfile)
- [`14`, `14-debian-11`, `14.0.20220610`, `14.0.20220610-debian-11-r10` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20220610-debian-11-r10/14/debian-11/Dockerfile)
- [`13`, `13-debian-11`, `13.0.20220610`, `13.0.20220610-debian-11-r10` (13/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20220610-debian-11-r10/13/debian-11/Dockerfile)
- [`13`, `13-debian-11`, `13.0.20220710`, `13.0.20220710-debian-11-r0` (13/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20220710-debian-11-r0/13/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/odoo GitHub repo](https://github.com/bitnami/bitnami-docker-odoo).