Update to focal

This update the docker mod to a focal base image.  Otherwise the old bionic mod isn't compatible with the new focal calibre-web
This commit is contained in:
chbmb 2021-01-20 20:34:33 +00:00
parent 3a95c903a2
commit 4340d12bd3

View File

@ -1,5 +1,5 @@
## Buildstage ## ## Buildstage ##
FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic as buildstage FROM ghcr.io/linuxserver/baseimage-ubuntu:focal as buildstage
ARG BUILD_DATE ARG BUILD_DATE
ARG VERSION ARG VERSION