Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion beginners/nginx/nginx1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

# Demonstrating a simple Nginx Application

FROM ubuntu
FROM ubuntu:24.10
RUN apt-get update && apt-get install -y inotify-tools nginx apache2 openssh-server
Loading