Skip to content

Commit

Permalink
docker: ui: bump nginx from 1.25.2-alpine to 1.25.3-alpine in /ui
Browse files Browse the repository at this point in the history
Bumps nginx from 1.25.2-alpine to 1.25.3-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gustavosbarreto committed Oct 30, 2023
1 parent 8baace2 commit ff1aff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COPY --from=base /app/node_modules ./node_modules

RUN npm run build

FROM nginx:1.25.2-alpine as production
FROM nginx:1.25.3-alpine as production

RUN rm /etc/nginx/conf.d/default.conf
COPY ui/nginx.conf /etc/nginx/conf.d
Expand Down

0 comments on commit ff1aff5

Please sign in to comment.