SorovotPelo commited on
Commit
fde8d9c
·
verified ·
1 Parent(s): 6c121ac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN apt-get update -y && apt-get install -y \
21
  wget \
22
  lib32gcc-s1 \
23
  lib32stdc++6 \
24
- openjdk-17-jdk
25
 
26
  # Crea el entorno virtual para Python
27
  RUN python3 -m venv /app/venv
 
21
  wget \
22
  lib32gcc-s1 \
23
  lib32stdc++6 \
24
+ openjdk-21-jdk
25
 
26
  # Crea el entorno virtual para Python
27
  RUN python3 -m venv /app/venv