forked from TrueCloudLab/restic
docker: Base image on latest alpine release
This commit is contained in:
parent
f1799de309
commit
b1e1b71bab
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.6
|
||||
FROM alpine:latest
|
||||
|
||||
COPY restic /usr/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue