Skip to content

Commit

Permalink
Merge pull request #2 from W00glin/T1613_Dockerfile
Browse files Browse the repository at this point in the history
Updated Dockerfile
  • Loading branch information
W00glin authored Feb 12, 2024
2 parents ba36a83 + 05f1ec8 commit e062ea2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions atomics/T1613/src/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit e062ea2

Please sign in to comment.