Skip to content

Commit

Permalink
Upgrade to Open JDK 11. (#56)
Browse files Browse the repository at this point in the history
Specify particular version of docker client's API.
  • Loading branch information
oleksandr-yatsenko1 authored Sep 11, 2020
1 parent 1962d9f commit ae39278
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
ARG docker_version=19.03

FROM folioci/alpine-jre-openjdk11:latest

ENV VERTICLE_FILE edge-oai-pmh-fat.jar

# Set the location of the verticles
ENV VERTICLE_HOME /usr/verticles
ENV DOCKER_API_VERSION=1.39

# Copy your fat jar to the container
COPY target/${VERTICLE_FILE} ${VERTICLE_HOME}/${VERTICLE_FILE}
Expand Down

0 comments on commit ae39278

Please sign in to comment.