Skip to content

Commit eaa5f97

Browse files
committed
Updated node package managers
1 parent 9e0b96d commit eaa5f97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ RUN apt-get update \
208208
&& apt-get install --assume-yes --no-install-recommends \
209209
nodejs \
210210
&& npm uninstall --global npm \
211-
&& corepack install --global npm@10.x yarn@4.x pnpm@9.x \
211+
&& corepack install --global npm@11.x yarn@4.x pnpm@10.x \
212212
&& corepack enable npm yarn pnpm \
213213
&& apt-get autoremove --assume-yes \
214214
&& apt-get clean --assume-yes \

fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ RUN apt-get update \
208208
&& apt-get install --assume-yes --no-install-recommends \
209209
nodejs \
210210
&& npm uninstall --global npm \
211-
&& corepack install --global npm@10.x yarn@4.x pnpm@9.x \
211+
&& corepack install --global npm@11.x yarn@4.x pnpm@10.x \
212212
&& corepack enable npm yarn pnpm \
213213
&& apt-get autoremove --assume-yes \
214214
&& apt-get clean --assume-yes \

0 commit comments

Comments
 (0)