mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-22 05:06: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
|
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/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user