Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
TedSjoblom committed Aug 29, 2024
1 parent 98da087 commit f4c3546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bullseye
FROM python:3.11-slim-bullseye

WORKDIR /app

Expand All @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f4c3546

Please sign in to comment.