diff --git a/Dockerfile b/Dockerfile index 941960e..812d4c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # pay, so just run this manually each time you update the Dockerfile: # docker build -t turian/hearpreprocess . && docker push turian/hearpreprocess -FROM ubuntu +FROM ubuntu:24.10 ENV LANG C.UTF-8