Setting python version to 3.9.13
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
### 1. Get Linux that supports both Java and Python
|
5 |
FROM openjdk:slim
|
6 |
-
COPY --from=python:3.9 / /
|
7 |
|
8 |
####
|
9 |
|
|
|
3 |
|
4 |
### 1. Get Linux that supports both Java and Python
|
5 |
FROM openjdk:slim
|
6 |
+
COPY --from=python:3.9.13 / /
|
7 |
|
8 |
####
|
9 |
|