Skip to content

Commit c400469

Browse files
⬆️ Update all non-major dependencies (#392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 809cc6b commit c400469

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 23.10.0
2-
pnpm 10.7.0
1+
nodejs 23.11.0
2+
pnpm 10.7.1

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base stage with pnpm setup
2-
FROM node:23.10.0-slim AS base
2+
FROM node:23.11.0-slim AS base
33
ENV PNPM_HOME="/pnpm"
44
ENV PATH="$PNPM_HOME:$PATH"
55
RUN corepack enable
@@ -20,7 +20,7 @@ COPY . .
2020
RUN pnpm run build
2121

2222
# Final stage - combine production dependencies and build output
23-
FROM node:23.10.0-alpine AS runner
23+
FROM node:23.11.0-alpine AS runner
2424
WORKDIR /app
2525
COPY --from=prod-deps --chown=node:node /app/node_modules ./node_modules
2626
COPY --from=build --chown=node:node /app/dist ./dist

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
"sourcemap": true,
5454
"clean": true
5555
},
56-
"packageManager": "[email protected].0"
56+
"packageManager": "[email protected].1"
5757
}

0 commit comments

Comments
 (0)