Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# # Use the base Ubuntu 18.04 image
|
| 2 |
-
FROM ubuntu
|
| 3 |
|
| 4 |
# # Set the working directory
|
| 5 |
# WORKDIR /home/cs16server
|
|
|
|
| 1 |
# # Use the base Ubuntu 18.04 image
|
| 2 |
+
FROM ubuntu:latest
|
| 3 |
|
| 4 |
# # Set the working directory
|
| 5 |
# WORKDIR /home/cs16server
|