Skip to content

Commit 33b489e

Browse files
build(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 f2aec01 commit 33b489e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.multiplatform

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Supports building for multiple architectures and deployment targets
33

44
# Base stage with common dependencies
5-
FROM node:25-alpine AS base
5+
FROM node:26-alpine AS base
66

77
# Install system dependencies
88
RUN apk add --no-cache \
@@ -107,7 +107,7 @@ EXPOSE 4001 5001 8080
107107
CMD ["ipfs", "daemon", "--migrate"]
108108

109109
# Edge computing node (lightweight)
110-
FROM node:25-alpine AS edge-node
110+
FROM node:26-alpine AS edge-node
111111
RUN apk add --no-cache curl
112112
WORKDIR /app
113113
COPY --from=production-base /app/dist ./

0 commit comments

Comments
 (0)