Skip to content
Snippets Groups Projects
Unverified Commit 47bcf787 authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Switch Docker image used for building from openjdk to adoptopenjdk (#11908)

parent 487521c6
Branches
Tags
No related merge requests found
......@@ -2,7 +2,8 @@
# STAGE 1: builder
###################
FROM openjdk:8-jdk-alpine as builder
# 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
WORKDIR /app/source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment