From 99249540fb980cc2757119e640dd94cca830a102 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 28 Jul 2020 09:15:39 -0700 Subject: [PATCH] Update to focal and restic=0.9.6 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3a850d4..23dc390 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ ARG REPO=library -FROM ${REPO}/ubuntu:bionic +FROM ${REPO}/ubuntu:focal LABEL maintainer="ViViDboarder " 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/*