Commit f6ad1089 authored by dependabot[bot]'s avatar dependabot[bot] Committed by Dmitrii Safronov
Browse files

build(deps): Bump nginxinc/nginx-unprivileged from 1.27.5 to 1.29.0



Bumps nginxinc/nginx-unprivileged from 1.27.5 to 1.29.0.

---
updated-dependencies:
- dependency-name: nginxinc/nginx-unprivileged
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 461ec989
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,5 +10,5 @@ COPY . .
RUN npm run build

# The production image
FROM nginxinc/nginx-unprivileged:1.27.5 AS production
FROM nginxinc/nginx-unprivileged:1.29.0 AS production
COPY --from=builder /app/build/ /usr/share/nginx/html/