Skip to content

Commit

Permalink
v0.4.0 Update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
caviri authored May 21, 2024
1 parent 449a116 commit d03761c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:latest
FROM ubuntu:22.04

RUN apt update
RUN apt install python3 python3-pip -y
RUN apt install python3.10 python3-pip -y

##################################################
# Ubuntu setup
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ devices:
```
## Changelog
- v0.4.0
- Update default Base and Python in Dockerfile to `ubuntu:22.04` and `python3.10`

- v0.3.4
- Inclusion of `secrets` and `build-args` in `odtp.yml`
- Tools as list
Expand Down

0 comments on commit d03761c

Please sign in to comment.