Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Commit dd415d1

Browse files
build(docker): 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 db6e513 commit dd415d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# RSR PLATINUM: Container support for reproducible builds
33

44
# Stage 1: Build
5-
FROM node:25-alpine AS builder
5+
FROM node:26-alpine AS builder
66

77
LABEL maintainer="v3-templater maintainers <maintainers@hyperpolymath.dev>"
88
LABEL org.opencontainers.image.source="https://github.com/Hyperpolymath/v3-templater"
@@ -26,7 +26,7 @@ COPY . .
2626
RUN npm run build
2727

2828
# Stage 2: Production
29-
FROM node:25-alpine
29+
FROM node:26-alpine
3030

3131
# Add non-root user for security
3232
RUN addgroup -g 1001 -S v3t && \

0 commit comments

Comments
 (0)