Skip to content

Commit

Permalink
chore(deps): bump nginx from 1.25.2-alpine to 1.25.3-alpine
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 6fa372c commit 2e9a249
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 @@ COPY . .
RUN pnpm install --frozen-lockfile && pnpm build

#-------------
FROM nginx:1.25.2-alpine
FROM nginx:1.25.3-alpine

COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build /app/dist /usr/share/nginx/html

0 comments on commit 2e9a249

Please sign in to comment.