Skip to content

Commit

Permalink
use python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 8, 2023
1 parent dccaae3 commit a5026bb
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,6 +1,6 @@
# code from a streamlit app Peter made. the commands should be relevant to what I'm doing but stuff inside

FROM python:3.12-slim
FROM python:3.11-slim

WORKDIR /app
# copy everything in to the app folder (which we're already in)
Expand Down

0 comments on commit a5026bb

Please sign in to comment.