Merge pull request #27 from Fluttershub/dependabot/docker/nginx-1.23.1-alpine

Bump nginx from 1.23.0-alpine to 1.23.1-alpine
This commit is contained in:
2022-07-21 03:23:25 +01:00
committed by GitHub

View File

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