mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-21 12:46:36 +00:00
Update to focal and restic=0.9.6
This commit is contained in:
parent
e9d7ab64f5
commit
99249540fb
@ -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/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user