Skip to content

Commit 77560cc

Browse files
committed
chore: update Dockerfile to use Node.js 25-alpine3.22
- Updated the base image in Dockerfiles for both alpine and git directories from node:25-alpine3.20 to node:25-alpine3.22. - This change ensures compatibility with the latest Node.js updates while maintaining the transition to Bun.
1 parent d4822d0 commit 77560cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/base/25/alpine/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN apk --no-cache add ca-certificates curl dirmngr gpg gpg-agent unzip \
4444
&& rm -f "bun-linux-$build.zip" SHASUMS256.txt.asc SHASUMS256.txt \
4545
&& chmod +x /usr/local/bin/bun
4646

47-
FROM node:25-alpine3.20
47+
FROM node:25-alpine3.22
4848

4949
# Disable the runtime transpiler cache by default inside Docker containers.
5050
# On ephemeral containers, the cache is not useful

src/git/25/alpine/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN apk --no-cache add ca-certificates curl dirmngr gpg gpg-agent unzip \
4444
&& rm -f "bun-linux-$build.zip" SHASUMS256.txt.asc SHASUMS256.txt \
4545
&& chmod +x /usr/local/bin/bun
4646

47-
FROM node:25-alpine3.20
47+
FROM node:25-alpine3.22
4848

4949
# Disable the runtime transpiler cache by default inside Docker containers.
5050
# On ephemeral containers, the cache is not useful

0 commit comments

Comments
 (0)