From f4c354661f9bed24aecdb4438b7b447230a064a8 Mon Sep 17 00:00:00 2001 From: TedSjoblom <36690474+TedSjoblom@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:21:42 +0200 Subject: [PATCH] version --- Dockerfile | 5 ++--- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e61f866..4b4b53c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bullseye +FROM python:3.11-slim-bullseye WORKDIR /app @@ -10,8 +10,7 @@ COPY . . COPY requirements.txt requirements.txt -RUN pip3 install --no-cache-dir -r requirements.txt - +RUN pip3 install -r requirements.txt ENTRYPOINT ["python", "bin/main.py"] diff --git a/requirements.txt b/requirements.txt index 3cca87c..0ab8b1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ environs==11.0.0 protobuf -keelson==0.3.6-pre.9 +keelson==0.3.7-pre.55 pyserial eclipse-zenoh==0.11.0rc3 ouster-sdk==0.11.1