From 4a24127ff51d6605e2e72222a04d6674144d3532 Mon Sep 17 00:00:00 2001 From: Phoenix / Hotaru Date: Fri, 15 Jul 2022 16:02:29 +0100 Subject: [PATCH] Also update the nginx alpine packages --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index f2baccf..a3afaff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,9 @@ COPY ["src/", "./src"] RUN npm run Prod FROM nginx:1.23.0-alpine as Web + +RUN apk --update --no-cache upgrade + LABEL maintainer="Phoenix (https://github.com/HotaruBlaze)" COPY docker/nginx.conf /etc/nginx/nginx.conf COPY docker/web.conf /etc/nginx/conf.d/web.conf