Skip to content

Commit ca30569

Browse files
chore(deps): bump node from 22-alpine to 26-alpine
Bumps node from 22-alpine to 26-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 26-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3e2567 commit ca30569

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-alpine@sha256:16e22a550f3863206a3f701448c45f7912c6896a62de43add43bb9c86130c3e2 AS build
1+
FROM node:26-alpine@sha256:725aeba2364a9b16beae49e180d83bd597dbd0b15c47f1f28875c290bfd255b9 AS build
22

33
WORKDIR /app
44
COPY package.json package-lock.json tsconfig.json ./
@@ -8,7 +8,7 @@ COPY src ./src
88
RUN npm run build
99
RUN npm prune --omit=dev --no-audit --fund=false
1010

11-
FROM node:22-alpine@sha256:16e22a550f3863206a3f701448c45f7912c6896a62de43add43bb9c86130c3e2 AS runtime
11+
FROM node:26-alpine@sha256:725aeba2364a9b16beae49e180d83bd597dbd0b15c47f1f28875c290bfd255b9 AS runtime
1212

1313
ENV NODE_ENV=production
1414
WORKDIR /app

0 commit comments

Comments
 (0)