Skip to content

Commit

Permalink
chore: bump node
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 18, 2025
1 parent 06696a6 commit 078663a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image with Node.js
ARG NODE_VERSION=22.12.0
ARG NODE_VERSION=22.13.0
# Use a specific version of the Node.js Alpine image as the base. Alpine images are minimal and lightweight.
FROM node:${NODE_VERSION}-alpine AS base
# Update the package list and install libc6-compat. This package is often required for binary Node.js modules.
Expand Down Expand Up @@ -89,4 +89,4 @@ COPY --from=builder --chown=nodejs:nodejs /app .

WORKDIR /app/apps/${PROJECT}
# Specify the command to run the application. Adjust the path as needed for your project's start script.
CMD ["npm", "run", "start"]
CMD ["npm", "run", "start"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "22.12.0"
"node": "22.13.0"
},
"pnpm": {
"overrides": {
Expand Down

0 comments on commit 078663a

Please sign in to comment.