File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:latest
1+ FROM ubuntu:22.04
22
33RUN apt update
4- RUN apt install python3 python3-pip -y
4+ RUN apt install python3.10 python3-pip -y
55
66# #################################################
77# Ubuntu setup
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This is the component that will download and arrange files to make it compatible
66```
77odtp new odtp-component-entry \
88--name odtp-eqasim-dataloader \
9- --component-version 0.3.1 \
9+ --component-version 0.3.2 \
1010--repository https://github.com/odtp-org/odtp-eqasim-dataloader
1111```
1212
@@ -20,9 +20,14 @@ Therefore, the only ENV variable available is:
2020
2121## Changelog
2222
23+ - v0.3.2
24+ - Ubuntu fixed at 22.04
25+ - Python fixed at 3.10
26+
2327- v0.3.1
2428 - Updated ` odtp-component-client `
2529 - Added quiet to unzip
30+
2631- v0.3.0 Updated ` odtp.yml `
2732
2833## Development
You can’t perform that action at this time.
0 commit comments