Skip to content

Commit 421c3fc

Browse files
chore(deps): bump node in /reference-apps/typescript-api-first (#317)
Bumps node from 18-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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent faf4cdd commit 421c3fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reference-apps/typescript-api-first/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:18-alpine AS builder
2+
FROM node:26-alpine AS builder
33

44
WORKDIR /app
55

@@ -17,7 +17,7 @@ COPY src ./src
1717
RUN npm run build
1818

1919
# Runtime stage
20-
FROM node:18-alpine
20+
FROM node:26-alpine
2121

2222
WORKDIR /app
2323

0 commit comments

Comments
 (0)