Merge pull request #45 from Fluttershub/dependabot/docker/nginx-1.23.3-alpine

Bump nginx from 1.23.2-alpine to 1.23.3-alpine
This commit is contained in:
2023-01-27 18:37:18 +00:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ RUN yarn install
COPY ["src/", "./src"]
RUN npm run Prod
FROM nginx:1.23.2-alpine as Web
FROM nginx:1.23.3-alpine as Web
RUN apk --update --no-cache upgrade