mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Dockerfile: use latest alpine base image
This commit is contained in:
parent
bf34e9d62d
commit
05c6a03ad7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.6
|
||||
FROM alpine
|
||||
|
||||
ENV DATA_DIRECTORY /data
|
||||
ENV PASSWORD_FILE /data/.htpasswd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue