Updated Dockerfile

This commit is contained in:
BF
2024-02-12 13:23:13 -05:00
committed by GitHub
parent 3f7f18183e
commit 05f1ec8f2a
+4 -4
View File
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
MAINTAINER Group12
RUN echo "Group 12"
ENTRYPOINT ["tail", "-f", "/dev/null"]
FROM ubuntu:24.04
LABEL maintainer="canonical"
RUN echo "canonical"
ENTRYPOINT ["tail", "-f", "/dev/null"]