diff --git a/Dockerfile b/Dockerfile index f1579cf..7bf193c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Use Alpine as the base image of the container +# Use Alpine Linux as the base image of the container FROM alpine:latest # Install necessary packages