Skip to content

Commit

Permalink
updated hs-test lib version for gcc, go, node-javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks committed Nov 8, 2024
1 parent edcff64 commit 7d9e1be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions epicbox-hyperskill/gcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ RUN apt-get update \
&& pip3 install https://github.com/hyperskill/hs-test-python/archive/refs/tags/v11.0.0.tar.gz \
&& mkdir /checker \
&& curl -L -o /checker/kotlin.zip \
https://github.com/JetBrains/kotlin/releases/download/v1.9.10/kotlin-compiler-1.9.10.zip \
https://github.com/JetBrains/kotlin/releases/download/v2.0.0/kotlin-compiler-2.0.0.zip \
&& unzip /checker/kotlin.zip -d /checker \
&& apt-get remove -y unzip \
&& rm /checker/kotlin.zip \
&& curl -L -o /checker/hs-test.jar \
https://github.com/hyperskill/hs-test/releases/download/v11.0.0/hs-test-v11.0.0.jar
https://github.com/hyperskill/hs-test/releases/download/v12.0.3/hs-test-12.0.3.jar

ENV PATH="/checker/kotlinc/bin:$PATH"

Expand Down
2 changes: 1 addition & 1 deletion epicbox-hyperskill/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN mkdir /checker \
&& curl -L -o /checker/kotlin.zip https://github.com/JetBrains/kotlin/releases/download/v2.0.0/kotlin-compiler-2.0.0.zip \
&& unzip /checker/kotlin.zip -d /checker \
&& rm /checker/kotlin.zip \
&& curl -L -o /checker/hs-test.jar https://github.com/hyperskill/hs-test/releases/download/v11.0.0/hs-test-v11.0.0.jar
&& curl -L -o /checker/hs-test.jar https://github.com/hyperskill/hs-test/releases/download/v12.0.3/hs-test-12.0.3.jar

ENV PATH="/checker/kotlinc/bin:$PATH"

Expand Down
4 changes: 2 additions & 2 deletions epicbox-hyperskill/node-javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ RUN apt-get update && \

RUN mkdir /checker && \
curl -L -o /checker/kotlin.zip \
https://github.com/JetBrains/kotlin/releases/download/v1.9.10/kotlin-compiler-1.9.10.zip && \
https://github.com/JetBrains/kotlin/releases/download/v2.0.0/kotlin-compiler-2.0.0.zip && \
unzip /checker/kotlin.zip -d /checker && \
rm /checker/kotlin.zip

RUN curl -L -o /checker/hs-test.jar \
https://github.com/hyperskill/hs-test/releases/download/v10.0.3/hs-test-10.0.3.jar
https://github.com/hyperskill/hs-test/releases/download/v12.0.3/hs-test-12.0.3.jar

ENV PATH="/checker/kotlinc/bin:$PATH"

Expand Down

0 comments on commit 7d9e1be

Please sign in to comment.