diff --git a/Dockerfile b/Dockerfile index 7769b7a..9a41ac1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN apt-get -y update \ RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - RUN apt-get -y install nodejs -ARG TYPESCRIPT_VERSION="4.9.4" +ARG TYPESCRIPT_VERSION="5.0.4" RUN npm install -g typescript@${TYPESCRIPT_VERSION} RUN ln -sf "${JAVA_HOME}/bin/java" "/usr/local/bin/java" \