File tree 7 files changed +29
-5
lines changed
7 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM hseeberger/scala-sbt:11.0.13_1.6.1_2.13.8 AS build
1
+ {{#provider.default.image-version}}
2
+ FROM sbtscala/scala-sbt:eclipse-temurin-jammy-11.0.17_8_1.8.2_{{#provider.default.image-version}}{{{.}}}{{/provider.default.image-version}} AS build
3
+ {{/provider.default.image-version}}
4
+ {{^provider.default.image-version}}
5
+ FROM sbtscala/scala-sbt:eclipse-temurin-jammy-11.0.17_8_1.8.2_3.2.2 AS build
6
+ {{/provider.default.image-version}}
7
+
2
8
3
9
WORKDIR /usr/src/app
4
10
5
11
COPY . ./
6
12
7
13
RUN sbt universal:packageZipTarball
8
14
9
- FROM openjdk :11.0.16 -jre
15
+ FROM eclipse-temurin :11-jre-jammy
10
16
11
17
WORKDIR /usr/src/app
12
18
Original file line number Diff line number Diff line change 1
1
name := " server"
2
- scalaVersion := " 2.13.10 "
2
+ scalaVersion := " 3.2.2 "
3
3
4
4
libraryDependencies ++= Seq (
5
5
" com.typesafe.akka" %% " akka-http" % " [10.5,10.6)" ,
Original file line number Diff line number Diff line change
1
+ provider :
2
+ default :
3
+ language : 2.13
4
+
5
+ image-version : 2.13.10
6
+
1
7
framework :
2
8
website : twitter.github.io/finatra/
3
9
version : 22.12
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ lazy val root = (project in file("."))
8
8
libraryDependencies ++= Seq (
9
9
" com.github.finagle" %% " finch-core" % FinagleVersionRange
10
10
)
11
- ).enablePlugins(JavaAppPackaging )
11
+ ).enablePlugins(JavaAppPackaging )
Original file line number Diff line number Diff line change
1
+ provider :
2
+ default :
3
+ language : 2.13
4
+
5
+ image-version : 2.13.10
6
+
1
7
framework :
2
8
website : finagle.github.io/finch/
3
9
version : 0.34
Original file line number Diff line number Diff line change 1
1
val Http4sVersionRange = " [0.23,0.24)"
2
2
3
3
name := " server"
4
- scalaVersion := " 2.13.10 "
4
+ scalaVersion := " 3.2.2 "
5
5
6
6
lazy val root = (project in file(" ." ))
7
7
.settings(
Original file line number Diff line number Diff line change
1
+ provider :
2
+ default :
3
+ language : 2.13
4
+
5
+ image-version : 2.13.10
6
+
1
7
framework :
2
8
website : playframework.com
3
9
version : 2.8
You can’t perform that action at this time.
0 commit comments