mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-23 14:50:42 +01:00
Update docker image to jdk 17 (#4128)
This commit is contained in:
parent
b86d4e492c
commit
54e18e6a8d
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ object CommonSettings {
|
|||
lazy val dockerSettings: Seq[Setting[_]] = {
|
||||
Vector(
|
||||
//https://sbt-native-packager.readthedocs.io/en/latest/formats/docker.html
|
||||
dockerBaseImage := "openjdk:16-slim",
|
||||
dockerBaseImage := "openjdk:17-slim",
|
||||
dockerRepository := Some("bitcoinscala"),
|
||||
//set the user to be 'bitcoin-s' rather than
|
||||
//the default provided by sbt native packager
|
||||
|
|
Loading…
Add table
Reference in a new issue