diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index b37b56a..c45b882 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -24,7 +24,7 @@ RUN \ && apk add --no-cache --virtual .build-dependencies \ composer=2.6.5-r0 \ git=2.40.1-r0 \ - nodejs=18.17.1-r0 \ + nodejs=18.18.2-r0 \ npm=9.6.6-r0 \ \ && git clone --branch "${TASMOADMIN_VERSION}" --depth=1 \