Also update the nginx alpine packages

This commit is contained in:
2022-07-15 16:02:29 +01:00
committed by GitHub
parent e4d4fcb5e5
commit 4a24127ff5

View File

@@ -14,6 +14,9 @@ COPY ["src/", "./src"]
RUN npm run Prod RUN npm run Prod
FROM nginx:1.23.0-alpine as Web FROM nginx:1.23.0-alpine as Web
RUN apk --update --no-cache upgrade
LABEL maintainer="Phoenix (https://github.com/HotaruBlaze)" LABEL maintainer="Phoenix (https://github.com/HotaruBlaze)"
COPY docker/nginx.conf /etc/nginx/nginx.conf COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY docker/web.conf /etc/nginx/conf.d/web.conf COPY docker/web.conf /etc/nginx/conf.d/web.conf