1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-22 07:43:03 +00:00

docker: Base image on latest alpine release

This commit is contained in:
Alexander Neumann 2018-10-03 21:33:13 +02:00
parent f1799de309
commit b1e1b71bab

View file

@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:latest
COPY restic /usr/bin