Skip to content

Commit

Permalink
[deps] Bump node from 23.1.0-slim to 23.2.0-slim (#21)
Browse files Browse the repository at this point in the history
* Bump node from 23.1.0-slim to 23.2.0-slim

Bumps node from 23.1.0-slim to 23.2.0-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update Dockerfile

* Update Dockerfile

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wkobiela <[email protected]>
  • Loading branch information
dependabot[bot] and wkobiela authored Nov 19, 2024
1 parent 7fb474a commit 963f5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:23.1.0-slim
FROM node:23.2.0-slim

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand All @@ -19,4 +19,4 @@ USER appuser
CMD ["npm", "run", "start"]

HEALTHCHECK --timeout=3s \
CMD curl -f http://localhost:3000/status || exit 1
CMD curl -f http://localhost:3000/status || exit 1

0 comments on commit 963f5b8

Please sign in to comment.