Skip to content

Commit 5f04e7c

Browse files
committed
Try Alpine 1.13 again for Docker build.
1 parent 4dcedf1 commit 5f04e7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG FFMPEG_VERSION=4.4
55

66
##############################
77
# Build the NGINX-build image.
8-
FROM alpine:3.14 as build-nginx
8+
FROM alpine:3.13 as build-nginx
99
ARG NGINX_VERSION
1010
ARG NGINX_RTMP_VERSION
1111

@@ -54,7 +54,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
5454

5555
###############################
5656
# Build the FFmpeg-build image.
57-
FROM alpine:3.14 as build-ffmpeg
57+
FROM alpine:3.13 as build-ffmpeg
5858
ARG FFMPEG_VERSION
5959
ARG PREFIX=/usr/local
6060
ARG MAKEFLAGS="-j4"
@@ -123,7 +123,7 @@ RUN rm -rf /var/cache/* /tmp/*
123123

124124
##########################
125125
# Build the release image.
126-
FROM alpine:3.14
126+
FROM alpine:3.13
127127
LABEL MAINTAINER Alfred Gutierrez <[email protected]>
128128

129129
# Set default ports.

0 commit comments

Comments
 (0)