Update to focal and restic=0.9.6

This commit is contained in:
ViViDboarder 2020-07-28 09:15:39 -07:00
parent e9d7ab64f5
commit 99249540fb
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
ARG REPO=library
FROM ${REPO}/ubuntu:bionic
FROM ${REPO}/ubuntu:focal
LABEL maintainer="ViViDboarder <vividboarder@gmail.com>"
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
cron \
restic \
restic=0.9.6* \
&& apt-get clean \
&& rm -rf /var/apt/lists/*