Merge pull request #53 from Fluttershub/dependabot/docker/nginx-1.25.3-alpine
Bump nginx from 1.23.4-alpine to 1.25.3-alpine
This commit is contained in:
@@ -14,7 +14,7 @@ RUN yarn install
|
||||
COPY ["src/", "./src"]
|
||||
RUN npm run Prod
|
||||
|
||||
FROM nginx:1.23.4-alpine as Web
|
||||
FROM nginx:1.25.3-alpine as Web
|
||||
|
||||
RUN apk --update --no-cache upgrade
|
||||
|
||||
|
||||
Reference in New Issue
Block a user