Skip to content
Snippets Groups Projects
Commit c184ba2b authored by Cam Saul's avatar Cam Saul
Browse files

Use JDK instead of JRE to build Docker image

parent d342c410
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
###################
# Build currently doesn't work on > Java 11 (i18n utils are busted) so build on 8 until we fix this
FROM adoptopenjdk/openjdk8:alpine-jre as builder
FROM adoptopenjdk/openjdk8:alpine as builder
WORKDIR /app/source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment