Skip to content

Commit

Permalink
npm: bump nginx from 1.25.4-alpine to 1.27.3-alpine
Browse files Browse the repository at this point in the history
Bumps nginx from 1.25.4-alpine to 1.27.3-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and skorpy2009 committed Jan 5, 2025
1 parent fdc2b41 commit d9b490c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm audit
RUN npm run lint
RUN npm run build

FROM nginx:1.25.4-alpine
FROM nginx:1.27.3-alpine
COPY --from=build /code/build/ /usr/share/nginx/html
COPY --from=build /code/config.example.json /usr/share/nginx/html/
EXPOSE 80

0 comments on commit d9b490c

Please sign in to comment.