Update nginx and ffmpeg versions.

This commit is contained in:
alf 2016-10-26 20:36:42 -07:00
parent 24a1ac133a
commit 9ad4590724
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,9 @@
FROM alpine:latest
MAINTAINER Alfred Gutierrez <alf.g.jr@gmail.com>
ENV NGINX_VERSION 1.9.15
ENV NGINX_VERSION 1.10.2
ENV NGINX_RTMP_VERSION 1.1.10
ENV FFMPEG_VERSION 3.0.2
ENV FFMPEG_VERSION 3.1.5
EXPOSE 1935
EXPOSE 80
@ -70,7 +70,6 @@ RUN cd /tmp/ffmpeg-${FFMPEG_VERSION} && \
# Cleanup.
RUN rm -rf /var/cache/* /tmp/*
# RUN mkdir /www/static
ADD nginx.conf /opt/nginx/nginx.conf
ADD static /www/static