Skip to content

Commit

Permalink
Docker: switch parent image to openjdk
Browse files Browse the repository at this point in the history
The java images are deprecated and haven't been updated since
2016.
  • Loading branch information
csmith authored and ShaneMcC committed Sep 2, 2017
1 parent b649af8 commit a88d7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM java:8-jdk
FROM openjdk:8-jdk
MAINTAINER Shane Mc Cormack <dataforce@dataforce.org.uk>

ENV LANG en_US.UTF-8
Expand Down

0 comments on commit a88d7fe

Please sign in to comment.