Skip to content

Commit

Permalink
chore(deps): bump nginx from 1.25.3-alpine to 1.25.4-alpine
Browse files Browse the repository at this point in the history
Bumps nginx from 1.25.3-alpine to 1.25.4-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 Feb 19, 2024
1 parent 6507887 commit 4ca90db
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.3-alpine
FROM nginx:1.25.4-alpine

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

0 comments on commit 4ca90db

Please sign in to comment.