chore(deps): sync upstream changes (2026-09-02) #8
1 changed files with 1 additions and 1 deletions
chore(deps): bump nginx from 1.31.2-alpine to 1.31.4-alpine (#3082)
Bumps nginx from 1.31.2-alpine to 1.31.4-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31.4-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
commit
49785dbf23
|
|
@ -11,7 +11,7 @@ RUN npm run build
|
||||||
|
|
||||||
|
|
||||||
## App
|
## App
|
||||||
FROM nginx:1.31.2-alpine
|
FROM nginx:1.31.4-alpine
|
||||||
|
|
||||||
COPY --from=builder /src/dist /app
|
COPY --from=builder /src/dist /app
|
||||||
COPY --from=builder /src/docker-nginx.conf /etc/nginx/conf.d/default.conf
|
COPY --from=builder /src/docker-nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue