Skip to content

Commit 113998f

Browse files
chore(deps): bump node from 25-alpine to 26-alpine
Bumps node from 25-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 cf05cf4 commit 113998f

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,6 +1,6 @@
11
# Multi-stage Dockerfile for Codex
22
# Stage 1: Build
3-
FROM node:25-alpine AS builder
3+
FROM node:26-alpine AS builder
44

55
WORKDIR /app
66

@@ -20,7 +20,7 @@ COPY client/ ./client/
2020
RUN npm run build
2121

2222
# Stage 2: Production
23-
FROM node:25-alpine AS production
23+
FROM node:26-alpine AS production
2424

2525
WORKDIR /app
2626

0 commit comments

Comments
 (0)