Closed harryjsmith closed 5 years ago
Java 8 Dockerfile specified absolute path to java binary which has seemingly changed in latest versions of openjdk:8-slim image (possibly due to https://github.com/docker-library/openjdk/commit/3eb0351b208d739fac35345c85e3c6237c2114ec#diff-e29295585240d6f18a944f2a83a10505) and broke the build. This changes it to simply java.
java
openjdk:8-slim
Java 8 Dockerfile specified absolute path to
java
binary which has seemingly changed in latest versions ofopenjdk:8-slim
image (possibly due to https://github.com/docker-library/openjdk/commit/3eb0351b208d739fac35345c85e3c6237c2114ec#diff-e29295585240d6f18a944f2a83a10505) and broke the build. This changes it to simplyjava
.