Skip to content

Commit d03761c

Browse files
authored
v0.4.0 Update base image
1 parent 449a116 commit d03761c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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
@@ -205,6 +205,10 @@ devices:
205205
```
206206
207207
## Changelog
208+
209+
- v0.4.0
210+
- Update default Base and Python in Dockerfile to `ubuntu:22.04` and `python3.10`
211+
208212
- v0.3.4
209213
- Inclusion of `secrets` and `build-args` in `odtp.yml`
210214
- Tools as list

0 commit comments

Comments
 (0)