Skip to content

Commit 4239b30

Browse files
authored
Merge pull request #3 from odtp-org/fix-ubuntu-python-version
Fix ubuntu python version
2 parents a21e92b + f4d7abd commit 4239b30

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM ubuntu:latest
1+
FROM ubuntu:22.04
22

33
RUN apt update
4-
RUN apt install python3 python3-pip -y
4+
RUN apt install python3.10 python3-pip -y
55

66
##################################################
77
# Ubuntu setup

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ docker run -it --rm -p 8501:8501 odtp-travel-data-dashboard
3333

3434
## Changelog
3535

36+
- v0.1.2
37+
- Ubuntu fixed at 22.04
38+
- Python fixed at 3.10
39+
3640
- v0.1.1
3741
- New tool repository
3842
- Dockerfile bug fixed

0 commit comments

Comments
 (0)