Skip to content

Commit

Permalink
upgrade alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Simão Mata <[email protected]>
  • Loading branch information
simao committed Jul 30, 2019
1 parent 5908332 commit eb18b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Packaging.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Packaging {
defaultLinuxInstallLocation in Docker := s"/opt/${moduleName.value}",

dockerCommands := Seq(
Cmd("FROM", "advancedtelematic/alpine-jre:8"),
Cmd("FROM", "advancedtelematic/alpine-jre:adoptopenjdk-jdk8u222"),
ExecCmd("RUN", "mkdir", "-p", s"/var/log/${moduleName.value}"),
Cmd("ADD", "opt /opt"),
Cmd("WORKDIR", s"/opt/${moduleName.value}"),
Expand Down

0 comments on commit eb18b12

Please sign in to comment.