Stearns commited on
Commit
44b2fe5
1 Parent(s): 8895767

Setting python version to 3.9.13

Browse files
Files changed (1) hide show
  1. 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