mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02: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 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM adoptopenjdk:11-jre-hotspot
|
FROM adoptopenjdk:11-jre-hotspot-bionic
|
||||||
VOLUME /tmp
|
VOLUME /tmp
|
||||||
ARG DEPENDENCY=build/dependency
|
ARG DEPENDENCY=build/dependency
|
||||||
WORKDIR app
|
WORKDIR app
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue