Skip to content

Commit aa28788

Browse files
build(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 f6cff46 commit aa28788

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,14 +1,14 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM node:22-alpine AS build
3+
FROM node:26-alpine AS build
44
WORKDIR /app
55
COPY package.json package-lock.json ./
66
RUN npm ci
77
COPY tsconfig.json ./
88
COPY src ./src
99
RUN npm run build && npm prune --omit=dev
1010

11-
FROM node:22-alpine AS runtime
11+
FROM node:26-alpine AS runtime
1212
WORKDIR /app
1313
ENV NODE_ENV=production
1414
RUN addgroup --system --gid 1001 nodejs \

0 commit comments

Comments
 (0)