Skip to content

Commit

Permalink
ci: align dockerfile devcontainer python with rest of project
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 1, 2023
1 parent 156cc84 commit fd0a59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.11
FROM python:3.09

# Set the working directory to /app
WORKDIR /app
Expand Down

0 comments on commit fd0a59d

Please sign in to comment.