File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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/*
You can’t perform that action at this time.
0 commit comments