mirror of
https://github.com/gotson/komga.git
synced 2025-01-09 04:08:00 +08:00
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:
parent
4193690df6
commit
85fe674e6a
@ -1,4 +1,4 @@
|
||||
FROM adoptopenjdk:11-jre-hotspot
|
||||
FROM adoptopenjdk:11-jre-hotspot-bionic
|
||||
VOLUME /tmp
|
||||
ARG DEPENDENCY=build/dependency
|
||||
WORKDIR app
|
||||
|
Loading…
Reference in New Issue
Block a user