From 4340d12bd3b2410ce2cb311bb26ac13f2401969e Mon Sep 17 00:00:00 2001 From: chbmb Date: Wed, 20 Jan 2021 20:34:33 +0000 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa84694..de6253a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ## Buildstage ## -FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic as buildstage +FROM ghcr.io/linuxserver/baseimage-ubuntu:focal as buildstage ARG BUILD_DATE ARG VERSION