Skip to content

Commit

Permalink
Dockerfile: nginx 1.14 and vod-module 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Souza committed May 19, 2018
1 parent 400eb6e commit 5293b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alpine:3.7 as build
RUN apk add --no-cache curl build-base openssl openssl-dev zlib-dev linux-headers pcre-dev ffmpeg ffmpeg-dev
RUN mkdir nginx nginx-vod-module

ENV NGINX_VERSION 1.12.2
ENV VOD_MODULE_VERSION 1.22
ENV NGINX_VERSION 1.14.0
ENV VOD_MODULE_VERSION 1.23

RUN curl -sL https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz | tar -C nginx --strip 1 -xz
RUN curl -sL https://github.com/kaltura/nginx-vod-module/archive/${VOD_MODULE_VERSION}.tar.gz | tar -C nginx-vod-module --strip 1 -xz
Expand Down

0 comments on commit 5293b95

Please sign in to comment.