Update to focal.
Can't be merged to master until upstream push a new release. See [here](https://github.com/janeczku/calibre-web/issues/1755) Will fix [this](https://github.com/linuxserver/docker-calibre-web/issues/108) and also will close pending PR [here](https://github.com/linuxserver/docker-calibre-web/pull/111)
This commit is contained in:
parent
8f4a118d56
commit
63478b85fa
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:focal
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-bionic
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-focal
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-bionic
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-focal
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
@ -71,6 +71,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "13.01.21:", desc: "Update to Ubuntu Focal base"}
|
||||
- { date: "12.10.20:", desc: "Add libxi6"}
|
||||
- { date: "12.07.20:", desc: "Add kepubify for arm64v8" }
|
||||
- { date: "05.06.20:", desc: "Add kepubify for x86-64 and arm32v7" }
|
||||
|
Loading…
Reference in New Issue
Block a user