We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcedf1 commit 5f04e7cCopy full SHA for 5f04e7c
Dockerfile
@@ -5,7 +5,7 @@ ARG FFMPEG_VERSION=4.4
5
6
##############################
7
# Build the NGINX-build image.
8
-FROM alpine:3.14 as build-nginx
+FROM alpine:3.13 as build-nginx
9
ARG NGINX_VERSION
10
ARG NGINX_RTMP_VERSION
11
@@ -54,7 +54,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
54
55
###############################
56
# Build the FFmpeg-build image.
57
-FROM alpine:3.14 as build-ffmpeg
+FROM alpine:3.13 as build-ffmpeg
58
ARG FFMPEG_VERSION
59
ARG PREFIX=/usr/local
60
ARG MAKEFLAGS="-j4"
@@ -123,7 +123,7 @@ RUN rm -rf /var/cache/* /tmp/*
123
124
##########################
125
# Build the release image.
126
-FROM alpine:3.14
+FROM alpine:3.13
127
LABEL MAINTAINER Alfred Gutierrez <[email protected]>
128
129
# Set default ports.
0 commit comments