From 1cda78aa0e7631ca6e89a9780208e618304156ee Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 13 Oct 2021 19:33:38 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0200eec..7806d76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM nginx:alpine LABEL author="Thien Tran" maintainer="contact@tommytran.io" -#Update Alpine +#Updating Alpine RUN apk upgrade -U #Copying the code over