fix: use bionic base image

the more recent ubuntu focal base image doesn't always work on arm32 architecture

closes #349
This commit is contained in:
Gauthier Roebroeck 2020-12-03 21:57:50 +08:00
parent 4193690df6
commit 85fe674e6a

View File

@ -1,4 +1,4 @@
FROM adoptopenjdk:11-jre-hotspot
FROM adoptopenjdk:11-jre-hotspot-bionic
VOLUME /tmp
ARG DEPENDENCY=build/dependency
WORKDIR app