Code Review
/
sim
/
a1-interface.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
be2fe29
)
Update Dockerfile python version
47/13847/1
2.8.0
author
lapentafd
<francesco.lapenta@est.tech>
Tue, 10 Dec 2024 10:09:20 +0000
(10:09 +0000)
committer
lapentafd
<francesco.lapenta@est.tech>
Tue, 10 Dec 2024 10:10:32 +0000
(10:10 +0000)
Issue-ID: NONRTRIC-1038
Change-Id: Iae638de37e62e514eef31b7a8a2154292e826aae
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
near-rt-ric-simulator/Dockerfile
patch
|
blob
|
history
diff --git
a/near-rt-ric-simulator/Dockerfile
b/near-rt-ric-simulator/Dockerfile
index
292c311
..
f295815
100644
(file)
--- a/
near-rt-ric-simulator/Dockerfile
+++ b/
near-rt-ric-simulator/Dockerfile
@@
-18,7
+18,7
@@
FROM alpine:3.17.3
-RUN apk add --update --no-cache python3=3.10.1
4-r1
py3-pip nginx nginx-mod-http-lua
+RUN apk add --update --no-cache python3=3.10.1
5-r0
py3-pip nginx nginx-mod-http-lua
RUN pip3 install Flask==2.2.5 connexion[swagger-ui,flask]==2.14.2