Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 5d5ca46 commit f1a764e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build
FROM node:22.13.0-slim AS build
FROM node:22.13.1-slim AS build

# Copy, build static files; see .dockerignore for exclusions
WORKDIR /app
Expand All @@ -8,7 +8,7 @@ ENV PRISMA_CLI_BINARY_TARGETS=debian-openssl-3.0.x
RUN npm run deploy

# Dependencies
FROM node:22.13.0-slim AS dependencies
FROM node:22.13.1-slim AS dependencies

# Copy, build static files; see .dockerignore for exclusions
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
"reflect-metadata": "^0.2.2"
},
"volta": {
"node": "22.13.1"
"node": "22.14.0"
}
}

0 comments on commit f1a764e

Please sign in to comment.