Skip to content

Commit

Permalink
use python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lrakai committed Oct 13, 2023
1 parent e0c615d commit 20041e7
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,5 +1,5 @@
# For more information, please refer to https://aka.ms/vscode-docker-python
FROM python:3.9-slim
FROM python:3.8-slim

# Keeps Python from generating .pyc files in the container
ENV PYTHONDONTWRITEBYTECODE=1
Expand Down

0 comments on commit 20041e7

Please sign in to comment.