Skip to content

Commit ef7720a

Browse files
committed
chore: Update nodejs for Shopware 6.4 to 16.20.0
1 parent 998dd0f commit ef7720a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV SHOPWARE_BUILD_DIR /opt/shopware
88

99
RUN \
1010
if echo "${SHOPWARE_VERSION}" | grep -q '^v6.4.*'; then \
11-
apk add --no-cache --repository="https://dl-cdn.alpinelinux.org/alpine/v3.16/main" 'nodejs=16.19.1-r0' 'npm=8.10.0-r0'; \
11+
apk add --no-cache --repository="https://dl-cdn.alpinelinux.org/alpine/v3.16/main" 'nodejs=16.20.0-r0' 'npm=8.10.0-r0'; \
1212
else \
1313
apk add --no-cache npm; \
1414
fi

0 commit comments

Comments
 (0)