Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
JDK 8u181 Scala 2.12.7 SBT 1.2.6 Kubectl 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markusjura committed Dec 3, 2018
1 parent 2c1bb1e commit d031fa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# - Docker

# Pull base image
FROM openjdk:8u171
FROM openjdk:8u181

# Environment variables
ENV SCALA_VERSION=2.12.7
ENV SBT_VERSION=1.2.3
ENV KUBECTL_VERSION=v1.9.11
ENV SBT_VERSION=1.2.6
ENV KUBECTL_VERSION=v1.12.3
ENV HOME=/config

# Scala expects this file
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ docker run -it --rm moia/scala-sbt-kubernetes-aws-docker
2. Build Docker image:

```
docker build -t moia/scala-sbt-kubernetes-aws-docker:8u171-2.12.7-1.2.3-1.10.4 .
docker build -t moia/scala-sbt-kubernetes-aws-docker:8u181-2.12.7-1.2.6-1.12.3 .
```
3. Push Docker image:

```
docker login
docker push moia/scala-sbt-kubernetes-aws-docker:8u171-2.12.7-1.2.3-1.10.4
docker push moia/scala-sbt-kubernetes-aws-docker:8u181-2.12.7-1.2.6-1.12.3
```

## License ##
Expand Down

0 comments on commit d031fa5

Please sign in to comment.