diff --git a/cors/Dockerfile.linux b/cors/Dockerfile.linux index 72860ae..b5e8709 100644 --- a/cors/Dockerfile.linux +++ b/cors/Dockerfile.linux @@ -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