File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,12 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
38
38
C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C \
39
39
108F52B48DB57BB0CC439B2997B01419BD92F80A \
40
40
A363A499291CBBC940DD62E41F10027AF002F8B0 \
41
+ CC68F5A3106FF448322E48ED27F5E38D5B0A215F \
41
42
; do \
42
43
gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" || \
43
44
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" ; \
44
45
done \
45
- && curl -O https://nodejs.org/dist/latest-v18.x/SHASUMS256.txt \
46
+ && curl -LO https://nodejs.org/dist/latest-v18.x/SHASUMS256.txt \
46
47
&& LATEST_VERSION_FILENAME=$(cat SHASUMS256.txt | grep -o "node-v.*-linux-$ARCH" | sort | uniq) \
47
48
&& rm SHASUMS256.txt \
48
49
&& curl -fsSLO --compressed "https://nodejs.org/dist/latest-v18.x/$LATEST_VERSION_FILENAME.tar.xz" \
You can’t perform that action at this time.
0 commit comments