Skip to content

Commit

Permalink
Move to use JDK11 containers for running
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdan committed Oct 18, 2019
1 parent 4f41a71 commit b4b6604
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/scala/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
# limitations under the License.
#

FROM adoptopenjdk/openjdk8:x86_64-alpine-jdk8u172-b11

# FROM adoptopenjdk/openjdk11:alpine-slim
FROM adoptopenjdk/openjdk11@sha256:3fbc3bbd88dac2a4049668951f25cdfdd7271de7fd66bbe3e78d26606ed9ed18

ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
Expand Down

0 comments on commit b4b6604

Please sign in to comment.