Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump nginx from 1.25.1 to 1.25.2 (#553)
Browse files Browse the repository at this point in the history
Bumps nginx from 1.25.1 to 1.25.2.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2023
1 parent ec2decd commit da14316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ COPY ui .
RUN npm i
RUN npm run build

FROM nginx:1.25.1
FROM nginx:1.25.2

COPY --from=site-build ["/app/ui-build/build", "/usr/share/nginx/html"]

0 comments on commit da14316

Please sign in to comment.