From bd62abb43f6549dbf5e1252ed612393d11c753dd Mon Sep 17 00:00:00 2001 From: camilogs Date: Tue, 23 Jan 2024 15:12:37 -0500 Subject: [PATCH] =?UTF-8?q?fix(Entorno=20de=20desarrollo):=20Se=20ajusta?= =?UTF-8?q?=20versi=C3=B3n=20de=20sao?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c802e72..8ec0e10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node as builder-node ENV SERIES 6.8 RUN npm install -g bower -RUN curl https://downloads.tryton.org/${SERIES}/tryton-sao-last.tgz | tar zxf - -C / +RUN curl https://downloads.tryton.org/${SERIES}/tryton-sao-6.8.4.tgz | tar zxf - -C / RUN cd /package && bower install --allow-root FROM python:3.9-bullseye -- 2.45.2