logan-codes commited on
Commit
8c4ee29
·
1 Parent(s): ead8ae6

fix: changed base image to python

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ubuntu:22.04
2
 
3
  # Environment settings
4
  ENV PYTHONDONTWRITEBYTECODE=1
 
1
+ FROM python:3.13
2
 
3
  # Environment settings
4
  ENV PYTHONDONTWRITEBYTECODE=1