Skip to content

Commit

Permalink
Dockerfile: Use Python 3.10 base image
Browse files Browse the repository at this point in the history
This commit updates the Dockerfile to use the Debian 10 image with
Python 3.10 pre-installed in preparation for linking against Python 3.10
for gdb-py.

Note that Yocto Python 3.10 compatibility issues have been resolved.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Sep 17, 2024
1 parent a5119f9 commit 7d5009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-buster
FROM python:3.10-buster

ARG UID=1001
ARG GID=1001
Expand Down

0 comments on commit 7d5009e

Please sign in to comment.