kltn20133118 commited on
Commit
e043ddb
·
verified ·
1 Parent(s): 71d14a7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
 
2
  # Base stage with system dependencies
3
- FROM mcr.microsoft.com/playwright:v1.46.0-noble
4
 
5
  # Thiết lập thư mục làm việc
6
  WORKDIR /code
 
1
 
2
  # Base stage with system dependencies
3
+ FROM python:3.11
4
 
5
  # Thiết lập thư mục làm việc
6
  WORKDIR /code