From 82d99e1f854acc7ccd12fd6098792e0dd0fb8991 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 7 May 2024 13:10:44 -0600 Subject: [PATCH] Commentary changes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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