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

build(deps): Bump nginxinc/nginx-unprivileged from 1.29.3 to 1.29.5



Bumps nginxinc/nginx-unprivileged from 1.29.3 to 1.29.5.

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 9af5f76c
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.29.3 AS production
FROM nginxinc/nginx-unprivileged:1.29.5 AS production
COPY --from=builder /app/build/ /usr/share/nginx/html/