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