Skip to content

Commit

Permalink
build(fastani): Update python version to 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Nov 7, 2023
1 parent 8de0d63 commit ca0974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/fastani/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-buster
FROM python:3.11-slim-buster

# Install OS requirements
RUN apt update -y -m && \
Expand Down

0 comments on commit ca0974d

Please sign in to comment.