Skip to content

Commit

Permalink
upgrade python image version to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fouzo95 committed May 27, 2022
1 parent d867e60 commit 5696567
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion simple_api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:2.7-stretch
FROM python:3.7.11-stretch

LABEL maintainer="DIALLO Mafouz <mafouzdiallo@gmail.com>"

Expand Down
8 changes: 5 additions & 3 deletions simple_api/student_age.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"bob": "13",
"alice": "12"
}
"mafouz":"22",
"bob": "13",
"cyrielle": "14",
"eve": "15"
}
5 changes: 0 additions & 5 deletions simple_api/student_age2.json

This file was deleted.

6 changes: 0 additions & 6 deletions simple_api/student_age3.json

This file was deleted.

0 comments on commit 5696567

Please sign in to comment.