Skip to content

Commit

Permalink
update python version used
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokeswar committed Oct 17, 2024
1 parent 6ea7b42 commit 53f30c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.8.10-buster
FROM python:3.10.12-buster

RUN set -e \
&& pip install pipenv
&& pip install pipenv

WORKDIR /opt/api
COPY Pipfile Pipfile.lock ./
Expand Down

0 comments on commit 53f30c1

Please sign in to comment.