shriarul5273
commited on
Commit
·
1374a2e
1
Parent(s):
5160da3
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM ubuntu:
|
2 |
|
3 |
RUN apt-get update && apt-get install -y \
|
4 |
python3 \
|
|
|
1 |
+
FROM ubuntu:22.04
|
2 |
|
3 |
RUN apt-get update && apt-get install -y \
|
4 |
python3 \
|