Skip to content

Commit 0c38147

Browse files
committed
Node22: based on alpine 3.21
1 parent da3260b commit 0c38147

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

node22/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
FROM dockette/alpine:edge
1+
FROM dockette/alpine:3.21
22

3-
ENV NODEJS_VERSION=22.8.0
3+
ENV NODEJS_VERSION=22.15.1
44

5-
RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories && \
5+
RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.21/community' >> /etc/apk/repositories && \
66
apk update && apk upgrade && \
77
# DEPENDENCIES #############################################################
88
apk add --update bash git ca-certificates curl openssh tzdata make direnv && \
99
# NODEJS ###################################################################
10-
apk add --update nodejs-current@community npm@community && \
10+
apk add --update nodejs npm && \
1111
corepack enable && corepack prepare pnpm@latest --activate && \
1212
# CLEAN UP #################################################################
1313
rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)