We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449a116 commit d03761cCopy full SHA for d03761c
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
@@ -205,6 +205,10 @@ devices:
205
```
206
207
## Changelog
208
+
209
+- v0.4.0
210
+ - Update default Base and Python in Dockerfile to `ubuntu:22.04` and `python3.10`
211
212
- v0.3.4
213
- Inclusion of `secrets` and `build-args` in `odtp.yml`
214
- Tools as list
0 commit comments