Skip to content

Commit

Permalink
Dockerfile: Use Python 3.8 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.8 pre-installed, until the Python 3.10 migration is complete.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed May 28, 2024
1 parent 76976a1 commit e1b6d6f
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.10-buster
FROM python:3.8-buster

ARG UID=1001
ARG GID=1001
Expand Down

0 comments on commit e1b6d6f

Please sign in to comment.