Dockerfile: Bump jQuery to 3.7.1, the latest supported

This commit is contained in:
Badlop
2026-01-21 09:53:32 +01:00
parent 7df7c7664d
commit cf40d73f95
+1 -1
View File
@@ -55,7 +55,7 @@ COPY / $BUILD_DIR/
WORKDIR $BUILD_DIR
RUN npm init -y \
&& npm install --silent jquery@3.6.4 bootstrap@4.6.2 \
&& npm install --silent jquery@3.7.1 bootstrap@4.6.2 \
&& mkdir -p /rootfs/usr/share/javascript/bootstrap4/css \
&& mkdir -p /rootfs/usr/share/javascript/bootstrap4/js \
&& mkdir -p /rootfs/usr/share/javascript/jquery/ \