Skip to content

Commit

Permalink
feat: bump python version of DOF image from 3.8 to 3.10 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
FritzHeiden authored Sep 23, 2024
1 parent d1cf36a commit aecc7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dof
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile for building the device-observation-framework for video analysis phase

FROM python:3.8-bookworm
FROM python:3.10-bookworm
RUN apt-get update && apt-get install -y git libzbar0 netcat-openbsd libgl1 ffmpeg python3-pyaudio portaudio19-dev
WORKDIR /usr/app
ARG dof-rev
Expand Down

0 comments on commit aecc7ef

Please sign in to comment.