Skip to content

Commit

Permalink
Use Python 3.9 🐍
Browse files Browse the repository at this point in the history
  • Loading branch information
wotschofsky authored Dec 27, 2023
1 parent 1e9d5e7 commit 99115c6
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
Expand Up @@ -18,7 +18,7 @@ RUN apt-get install -y --no-install-recommends \
libsqlite3-dev

# Add Python
COPY --from=python:3.10-slim /usr/local /usr/local
COPY --from=python:3.9-slim /usr/local /usr/local

# Set directory
WORKDIR /app
Expand Down

0 comments on commit 99115c6

Please sign in to comment.