We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998dd0f commit ef7720aCopy full SHA for ef7720a
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ ENV SHOPWARE_BUILD_DIR /opt/shopware
8
9
RUN \
10
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'; \
+ apk add --no-cache --repository="https://dl-cdn.alpinelinux.org/alpine/v3.16/main" 'nodejs=16.20.0-r0' 'npm=8.10.0-r0'; \
12
else \
13
apk add --no-cache npm; \
14
fi
0 commit comments