From d03761c3c8e8967d7ba149b3a9010953fd1df05e Mon Sep 17 00:00:00 2001 From: Carlos Vivar Rios <45425937+caviri@users.noreply.github.com> Date: Tue, 21 May 2024 06:29:23 +0200 Subject: [PATCH] v0.4.0 Update base image --- Dockerfile | 4 ++-- README.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd54f1f..2c148ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 9f324ff..3993d00 100644 --- a/README.md +++ b/README.md @@ -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