diff --git a/cors/Dockerfile b/cors/Dockerfile index e853ab3..d593777 100644 --- a/cors/Dockerfile +++ b/cors/Dockerfile @@ -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