mirror of
https://github.com/elyby/chrly.git
synced 2025-05-31 14:11:51 +05:30
Upgrade Alpine version to 3.9, add ca-certificates
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
FROM alpine:3.7
|
||||
FROM alpine:3.9.3
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
ENV STORAGE_REDIS_HOST=redis
|
||||
ENV STORAGE_FILESYSTEM_HOST=/data
|
||||
|
||||
|
Reference in New Issue
Block a user