diff --git a/beginners/nginx/nginx2.Dockerfile b/beginners/nginx/nginx2.Dockerfile index bbfd04e9b..17421e0f9 100644 --- a/beginners/nginx/nginx2.Dockerfile +++ b/beginners/nginx/nginx2.Dockerfile @@ -4,6 +4,6 @@ # VERSION 0.0.1 # Applying LABEL -FROM ubuntu +FROM ubuntu:24.10 LABEL Description="This image is used to start the foobar executable" Vendor="Collabnix Products" Version="1.0" RUN apt-get update && apt-get install -y inotify-tools nginx apache2 openssh-server