We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f868da + dfc96f9 commit d694bfbCopy full SHA for d694bfb
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
@@ -121,6 +121,10 @@ If you want to kill the session just write `exit`. Also use `tmux ls` to list al
121
122
## Changelog
123
124
+- v0.4.3
125
+ - Ubuntu fixed at 22.04
126
+ - Python fixed at 3.10
127
+
128
- v0.4.2
129
- Updated `odtp-component-client`
130
- Corrected typo in `odtp.yml` regarding component license
0 commit comments