Bump nginx from 1.27.4-alpine to 1.29.0-alpine
Bumps nginx from 1.27.4-alpine to 1.29.0-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.0-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ RUN yarn install
|
|||||||
COPY ["src/", "./src"]
|
COPY ["src/", "./src"]
|
||||||
RUN npm run Prod
|
RUN npm run Prod
|
||||||
|
|
||||||
FROM nginx:1.27.4-alpine as Web
|
FROM nginx:1.29.0-alpine as Web
|
||||||
|
|
||||||
RUN apk --update --no-cache upgrade
|
RUN apk --update --no-cache upgrade
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user