We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b54ee commit c7cd7bbCopy full SHA for c7cd7bb
Dockerfile
@@ -54,7 +54,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
54
55
###############################
56
# Build the FFmpeg-build image.
57
-FROM alpine:3.11 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.11
+FROM alpine:3.13
127
LABEL MAINTAINER Alfred Gutierrez <[email protected]>
128
129
# Set default ports.
0 commit comments