diff --git a/cors/Dockerfile.local b/cors/Dockerfile.local index e000b9c..5724581 100644 --- a/cors/Dockerfile.local +++ b/cors/Dockerfile.local @@ -1,5 +1,5 @@ # Pull the minimal Ubuntu image -FROM ubuntu +FROM ubuntu:24.10 # Install Nginx RUN apt-get -y update && apt-get -y install nginx