Skip to content

Commit

Permalink
Merge pull request #87 from JR40159/main
Browse files Browse the repository at this point in the history
Update typescript version in Dockerfile
  • Loading branch information
holgerstolzenberg committed May 2, 2023
2 parents 468a1d1 + e3829ff commit 709aa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 709aa27

Please sign in to comment.