Skip to content

Commit

Permalink
change python version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 2, 2023
1 parent dce819d commit a755237
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/api/src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM python:3.9
FROM python:3.10

RUN apt-get clean && apt-get update
RUN apt-get clean

RUN apt-get update

RUN apt-get install -y vim

Expand Down

0 comments on commit a755237

Please sign in to comment.