Skip to content

Commit

Permalink
Add missing changes to building images
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Oct 24, 2023
1 parent 49911b3 commit 0c4db2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builder-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ ENV PATH="$JAVA_HOME/bin:$SBT_HOME/bin:$PATH"
WORKDIR /build
COPY . /build/

ENV SBT_VERSIONS="1.7.3 1.8.2 1.9.1"
ENV SBT_VERSIONS="1.9.6"
RUN ./warmup.sh
2 changes: 1 addition & 1 deletion builder-base/warmup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

scala_version=3.3.0 # TODO
scala_version=3.3.1 # TODO

mkdir warm_up

Expand Down
2 changes: 1 addition & 1 deletion project-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN curl -fLo coursier https://github.com/coursier/launchers/raw/master/coursier
&& sh -c "mill --version" \
&& sh -c "scalafix --version" \
&& sh -c "scala-cli --version" && \
(echo 'println("warmup finished")' | sh -c 'scala-cli run -S 3 - --main-class stdin_sc')
(echo 'println("warmup finished")' | sh -c 'scala-cli run -S 3.3.1 - --main-class stdin_sc')

# Project dependencies
RUN apt update && apt -y install git-lfs protobuf-compiler python3
Expand Down
1 change: 1 addition & 0 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version=1.9.6

0 comments on commit 0c4db2f

Please sign in to comment.