We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a21e92b + f4d7abd commit 4239b30Copy full SHA for 4239b30
2 files changed
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM ubuntu:latest
+FROM ubuntu:22.04
2
3
RUN apt update
4
-RUN apt install python3 python3-pip -y
+RUN apt install python3.10 python3-pip -y
5
6
##################################################
7
# Ubuntu setup
README.md
@@ -33,6 +33,10 @@ docker run -it --rm -p 8501:8501 odtp-travel-data-dashboard
33
34
## Changelog
35
36
+- v0.1.2
37
+ - Ubuntu fixed at 22.04
38
+ - Python fixed at 3.10
39
+
40
- v0.1.1
41
- New tool repository
42
- Dockerfile bug fixed
0 commit comments